From: Felix Fietkau Date: Tue, 10 May 2016 14:01:38 +0000 (+0200) Subject: gettext-full: avoid spurious dependencies on ncurses X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=86777a40e9f0d6c0cf5fe7170cbd586d5379bec6;p=openwrt%2Fstaging%2Fyousong.git gettext-full: avoid spurious dependencies on ncurses Signed-off-by: Felix Fietkau --- 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 \