Prevents it from linking against it if found.

Closes #8125.

Signed-off-by: Jonas Gorski <[email protected]>
---
 utils/zile/Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/utils/zile/Makefile b/utils/zile/Makefile
index 6c6c93f..0ac85e3 100644
--- a/utils/zile/Makefile
+++ b/utils/zile/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zile
 PKG_VERSION:=2.3.24
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/zile
@@ -37,6 +37,9 @@ endef
 CONFIGURE_VARS += \
        gl_cv_func_getopt_gnu=yes
 
+CONFIGURE_ARGS += \
+       --without-ncursesw
+
 define Package/zile/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/
-- 
1.7.2.5

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to