From 8974291c6007a9c920102ab996e13094048c9ff6 Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Mon, 21 Dec 2015 04:33:44 -0500 Subject: [PATCH] luaposix: suppress docs compilation errors Signed-off-by: Alexander Ryzhov --- lang/luaposix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index a189e6645..9bf362865 100644 --- a/lang/luaposix/Makefile +++ b/lang/luaposix/Makefile @@ -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)