From a5cc060c9491d61b1ba527f504681cd5da70f00b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 6 Feb 2013 12:30:28 +0100 Subject: [PATCH] ncurses: disable building tests. --- srcpkgs/ncurses/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index 85b59ff37e8..551ce1fa84e 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -31,14 +31,15 @@ do_build() { CFLAGS="$CFLAGS -fPIC" \ ../configure ${CONFIGURE_SHARED_ARGS} \ --enable-widec --with-shared --without-debug \ - --with-manpage-symlinks --without-ada --enable-ext-colors + --with-manpage-symlinks --without-ada --enable-ext-colors \ + --without-tests make ${makejobs} cd ${wrksrc}/ncurses-build # non-widec build CFLAGS="$CFLAGS -fPIC" \ ../configure ${CONFIGURE_SHARED_ARGS} --with-shared \ - --without-debug --without-ada + --without-debug --without-ada --without-tests make ${makejobs} }