ncurses: disable building tests.
This commit is contained in:
parent
7b3639d5e1
commit
a5cc060c94
|
@ -31,14 +31,15 @@ do_build() {
|
||||||
CFLAGS="$CFLAGS -fPIC" \
|
CFLAGS="$CFLAGS -fPIC" \
|
||||||
../configure ${CONFIGURE_SHARED_ARGS} \
|
../configure ${CONFIGURE_SHARED_ARGS} \
|
||||||
--enable-widec --with-shared --without-debug \
|
--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}
|
make ${makejobs}
|
||||||
|
|
||||||
cd ${wrksrc}/ncurses-build
|
cd ${wrksrc}/ncurses-build
|
||||||
# non-widec build
|
# non-widec build
|
||||||
CFLAGS="$CFLAGS -fPIC" \
|
CFLAGS="$CFLAGS -fPIC" \
|
||||||
../configure ${CONFIGURE_SHARED_ARGS} --with-shared \
|
../configure ${CONFIGURE_SHARED_ARGS} --with-shared \
|
||||||
--without-debug --without-ada
|
--without-debug --without-ada --without-tests
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue