aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-05-10 22:37:32 +0000
committerLuka Perkov <luka@openwrt.org>2016-06-19 19:35:14 +0200
commit93c4489fa23422c53be4122cbd7b6c8ee94484c5 (patch)
tree5cb320f1ddb727e37540f2b54b7ae7ddbf556660 /package/libs
parentc9f9d0e3ad5ed8728f9f2c4c9d98d5a78b34f946 (diff)
downloadmaster-187ad058-93c4489fa23422c53be4122cbd7b6c8ee94484c5.tar.gz
master-187ad058-93c4489fa23422c53be4122cbd7b6c8ee94484c5.tar.bz2
master-187ad058-93c4489fa23422c53be4122cbd7b6c8ee94484c5.zip
gettext-full: avoid spurious dependencies on ncurses
Signed-off-by: Felix Fietkau <nbd@nbd.name> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49362 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/gettext-full/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile
index d410fea508..e525d3002c 100644
--- a/package/libs/gettext-full/Makefile
+++ b/package/libs/gettext-full/Makefile
@@ -51,6 +51,7 @@ CONFIGURE_ARGS += \
--disable-java \
--disable-native-java \
--disable-openmp \
+ --disable-curses \
--with-included-gettext \
--without-libintl-prefix \
--without-libexpat-prefix \