bash: rebuild with system readline.

This commit is contained in:
Juan RP 2014-03-15 09:02:52 +01:00
parent 74ac5a4756
commit 4d4bb70765

View file

@ -3,12 +3,12 @@ pkgname=bash
_bash_distver=4.3
_bash_patchlevel=000
version=${_bash_distver}.${_bash_patchlevel}
revision=2
revision=3
wrksrc=${pkgname}-${_bash_distver}
build_style=gnu-configure
configure_args="--without-bash-malloc --with-curses --without-installed-readline"
configure_args="--without-bash-malloc --with-curses --with-installed-readline"
hostmakedepends="bison"
makedepends="ncurses-devel"
makedepends="ncurses-devel readline-devel>=6.3"
conflicts="chroot-bash>=0"
register_shell="/bin/bash"
short_desc="The GNU Bourne Again Shell"