From 4d4bb707656f880573bf9d9358086e94a15fbe78 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 15 Mar 2014 09:02:52 +0100 Subject: [PATCH] bash: rebuild with system readline. --- srcpkgs/bash/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 85fc210fc6..a97515f70d 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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"