Преглед изворни кода

luaposix: suppress docs compilation errors

Alexander Ryzhov пре 9 година
родитељ
комит
8974291c60
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      lang/luaposix/Makefile

+ 1
- 1
lang/luaposix/Makefile Прегледај датотеку

@@ -38,7 +38,7 @@ define Package/luaposix/description
38 38
   to various low level libc functions.
39 39
 endef
40 40
 
41
-CONFIGURE_VARS += ac_cv_path_LDOC=""
41
+CONFIGURE_VARS += ac_cv_path_LDOC="true"
42 42
 
43 43
 TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99
44 44
 ifeq ($(CONFIG_USE_MUSL),y)