chroot-bash: disable static link (glibc sucks), don't use system ncurses/readline.

This commit is contained in:
Juan RP 2014-03-15 09:04:24 +01:00
parent 4d4bb70765
commit 430333aff7

View file

@ -1,10 +1,10 @@
# Template build file for 'chroot-bash'.
pkgname=chroot-bash
version=4.3
revision=1
revision=2
wrksrc="bash-${version}"
build_style=gnu-configure
configure_args="--without-bash-malloc --enable-static-link --disable-nls"
configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls"
short_desc="The GNU Bourne Again Shell -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/bash/bash.html"