From 3982bc2c334dc10274d66aab3454de9fd8317166 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 21 Nov 2016 13:58:52 +0000 Subject: [PATCH] bash: use static readline/ncurses --- srcpkgs/bash/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index c9d621744a..20f6445a08 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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"