bash: rebuild with system readline.
This commit is contained in:
parent
74ac5a4756
commit
4d4bb70765
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue