diff options
author | Ted Hess <thess@kitschensync.net> | 2015-12-21 08:53:15 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2015-12-21 08:53:15 -0500 |
commit | bec07b8ce24919d6f056b64ac597b40b89371dd4 (patch) | |
tree | b51cae2633eecac66366ea6125996e218a9d203c /lang | |
parent | 8ff10cdc38faa7601d1d8dfd4fa72cf58bdf7cc3 (diff) | |
parent | 8974291c6007a9c920102ab996e13094048c9ff6 (diff) |
Merge pull request #2159 from ryzhovau/luaposix_docs
luaposix: suppress docs compilation errors
Diffstat (limited to 'lang')
-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) |