luaposix: disable detection of ldoc
authorNicolas Thill <nico@openwrt.org>
Fri, 30 Jan 2015 06:52:43 +0000 (07:52 +0100)
committerKarl Palsson <karlp@remake.is>
Fri, 30 Jan 2015 12:33:05 +0000 (12:33 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
lang/luaposix/Makefile

index 94abf146fa6d28793f54347090a51385d3729e7d..4a0d734fd3c439b29a47925996a7751b91fd4d4b 100644 (file)
@@ -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),)