From: Peter Korsgaard Date: Tue, 5 Apr 2011 10:31:22 +0000 (+0200) Subject: ncurses: don't build tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d651b4d12eaddb6cc49645d1db001f1e1269364;p=buildroot.git ncurses: don't build tests Slows down build. Signed-off-by: Peter Korsgaard --- diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk index 362f3edda4..91ab97a941 100644 --- a/package/ncurses/ncurses.mk +++ b/package/ncurses/ncurses.mk @@ -34,6 +34,7 @@ NCURSES_CONF_OPT = \ --without-cxx-binding \ --without-ada \ --without-progs \ + --without-tests \ --disable-big-core \ --without-profile \ --disable-rpath \