chroot-bash: disable static link (glibc sucks), don't use system ncurses/readline.
This commit is contained in:
parent
4d4bb70765
commit
430333aff7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue