lede-packages-rs

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

commit bec07b8ce24919d6f056b64ac597b40b89371dd4
parent 8ff10cdc38faa7601d1d8dfd4fa72cf58bdf7cc3
Author: Ted Hess <thess@kitschensync.net>
Date:   Mon, 21 Dec 2015 08:53:15 -0500

Merge pull request #2159 from ryzhovau/luaposix_docs

luaposix: suppress docs compilation errors
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)