Pārlūkot izejas kodu

luaposix: suppress docs compilation errors

Alexander Ryzhov 9 gadus atpakaļ
vecāks
revīzija
8974291c60
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      lang/luaposix/Makefile

+ 1
- 1
lang/luaposix/Makefile Parādīt failu

@@ -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)