bash: rebuild with system readline.
This commit is contained in:
parent
74ac5a4756
commit
4d4bb70765
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@ pkgname=bash
|
||||||
_bash_distver=4.3
|
_bash_distver=4.3
|
||||||
_bash_patchlevel=000
|
_bash_patchlevel=000
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version=${_bash_distver}.${_bash_patchlevel}
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=${pkgname}-${_bash_distver}
|
wrksrc=${pkgname}-${_bash_distver}
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="bison"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel readline-devel>=6.3"
|
||||||
conflicts="chroot-bash>=0"
|
conflicts="chroot-bash>=0"
|
||||||
register_shell="/bin/bash"
|
register_shell="/bin/bash"
|
||||||
short_desc="The GNU Bourne Again Shell"
|
short_desc="The GNU Bourne Again Shell"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue