ncurses: force disable manpage compression (required for bootstrapping).
This commit is contained in:
parent
e1080abc35
commit
350d3cbb0a
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'ncurses'.
|
||||
pkgname=ncurses
|
||||
version=5.9
|
||||
revision=13
|
||||
revision=14
|
||||
short_desc="A System V Release 4.0 curses emulation library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnu.org/software/ncurses/"
|
||||
|
@ -28,7 +28,8 @@ do_configure() {
|
|||
export CFLAGS="$CFLAGS -fPIC"
|
||||
../configure ${configure_args} \
|
||||
--enable-widec --with-shared --without-debug \
|
||||
--with-manpage-symlinks --without-ada --enable-ext-colors \
|
||||
--with-manpage-symlinks --with-manpage-format=normal \
|
||||
--without-ada --enable-ext-colors \
|
||||
--without-tests --enable-pc-files \
|
||||
PKG_CONFIG=/usr/bin/pkg-config
|
||||
|
||||
|
|
Loading…
Reference in New Issue