bash: use static readline/ncurses

This commit is contained in:
Michael Gehring 2016-11-21 13:58:52 +00:00
parent f9f787a7be
commit 3982bc2c33

View file

@ -5,12 +5,13 @@ _bash_patchlevel=048
# Dracut breaks with bash 4.4. See https://github.com/dracutdevs/dracut/issues/118 # Dracut breaks with bash 4.4. See https://github.com/dracutdevs/dracut/issues/118
reverts=4.4.0_1 reverts=4.4.0_1
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 --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" hostmakedepends="bison"
makedepends="ncurses-devel readline-devel" makedepends="ncurses-devel"
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"