lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 8974291c6007a9c920102ab996e13094048c9ff6
parent 8ff10cdc38faa7601d1d8dfd4fa72cf58bdf7cc3
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date:   Mon, 21 Dec 2015 04:33:44 -0500

luaposix: suppress docs compilation errors
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>

Diffstat:
Mlang/luaposix/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)