diff --git a/templates/bash.tmpl b/templates/bash.tmpl index fd79f80fc81..cefcb7fc4ab 100644 --- a/templates/bash.tmpl +++ b/templates/bash.tmpl @@ -8,7 +8,7 @@ distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz" build_style=gnu_configure configure_args="--without-bash-malloc --with-curses --bindir=$XBPS_DESTDIR/$pkgname-$version/bin - --with-installed-readline ac_cv_func_working_mktime=yes" + ac_cv_func_working_mktime=yes" short_desc="The GNU Bourne Again Shell" maintainer="Juan RP " checksum=26c99025b59e30779300b68adb764f824974d267a4d7cc1b347d14a2393f9fb4 @@ -25,8 +25,8 @@ long_desc=" modification." base_chroot=yes -build_depends="bison-2.3 ncurses-5.6 readline-5.2" -run_depends="glibc-2.8 ncurses-5.6 readline-5.2" +build_depends="bison-2.3 ncurses-5.6" +run_depends="glibc-2.8 ncurses-5.6" pre_configure() {