From: Alexander Ryzhov Date: Mon, 21 Dec 2015 09:33:44 +0000 (-0500) Subject: luaposix: suppress docs compilation errors X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F2159%2Fhead;p=feed%2Fpackages.git luaposix: suppress docs compilation errors Signed-off-by: Alexander Ryzhov --- diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index a189e6645f..9bf362865c 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)