luaposix: suppress docs compilation errors 2159/head
authorAlexander Ryzhov <github@ryzhov-al.ru>
Mon, 21 Dec 2015 09:33:44 +0000 (04:33 -0500)
committerAlexander Ryzhov <github@ryzhov-al.ru>
Mon, 21 Dec 2015 09:33:44 +0000 (04:33 -0500)
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
lang/luaposix/Makefile

index a189e6645f8f1dd9bbca32417b6e14c00ec7e297..9bf362865cf46374906116a52a650f4ebc0fde73 100644 (file)
@@ -38,7 +38,7 @@ define Package/luaposix/description
   to various low level libc functions.
 endef
 
-CONFIGURE_VARS += ac_cv_path_LDOC=""
+CONFIGURE_VARS += ac_cv_path_LDOC="true"
 
 TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99
 ifeq ($(CONFIG_USE_MUSL),y)