Merge pull request #5211 from ebfe/bash-static-readline

bash: use static readline
This commit is contained in:
Enno Boland 2016-11-23 16:30:30 +01:00 committed by GitHub
commit f6ec6149c5

View file

@ -5,12 +5,13 @@ _bash_patchlevel=048
# Dracut breaks with bash 4.4. See https://github.com/dracutdevs/dracut/issues/118
reverts=4.4.0_1
version=${_bash_distver}.${_bash_patchlevel}
revision=2
revision=3
wrksrc=${pkgname}-${_bash_distver}
build_style=gnu-configure
configure_args="--without-bash-malloc --with-curses --with-installed-readline"
configure_args="--without-bash-malloc --with-curses --without-installed-readline"
make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
hostmakedepends="bison"
makedepends="ncurses-devel readline-devel"
makedepends="ncurses-devel"
conflicts="chroot-bash>=0"
register_shell="/bin/bash"
short_desc="The GNU Bourne Again Shell"