diff options
author | Alexander Ryzhov <github@ryzhov-al.ru> | 2015-12-21 04:33:44 -0500 |
---|---|---|
committer | Alexander Ryzhov <github@ryzhov-al.ru> | 2015-12-21 04:33:44 -0500 |
commit | 8974291c6007a9c920102ab996e13094048c9ff6 (patch) | |
tree | b51cae2633eecac66366ea6125996e218a9d203c | |
parent | 8ff10cdc38faa7601d1d8dfd4fa72cf58bdf7cc3 (diff) |
luaposix: suppress docs compilation errors
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
-rw-r--r-- | lang/luaposix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |