diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-01-30 07:52:43 +0100 |
---|---|---|
committer | Karl Palsson <karlp@remake.is> | 2015-01-30 12:33:05 +0000 |
commit | 048a311c7a0d4221abf7fc6e07bacec5eef52fdf (patch) | |
tree | 8972444cf78499581ff1bd0bbb3c560bc089b33a /lang/luaposix | |
parent | 95f2ca8dd471bcaebd9c5658d717bcae3d5f2e79 (diff) |
luaposix: disable detection of ldoc
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'lang/luaposix')
-rw-r--r-- | lang/luaposix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index 94abf146f..4a0d734fd 100644 --- a/lang/luaposix/Makefile +++ b/lang/luaposix/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luaposix PKG_VERSION:=v33.2.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=release-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/luaposix/luaposix/archive/ @@ -38,6 +38,8 @@ define Package/luaposix/description to various low level libc functions. endef +CONFIGURE_VARS += ac_cv_path_LDOC="" + TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 ifneq ($(CONFIG_USE_EGLIBC),) |