X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/3cc4ef712eecd6723efccb686cbfa76c74e224fb..dc27375f20a554785d6a23ca374e1a5087065f13:/packages/bash/build.sh?ds=sidebyside diff --git a/packages/bash/build.sh b/packages/bash/build.sh index 0c79cd7e..34f0a809 100755 --- a/packages/bash/build.sh +++ b/packages/bash/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_DEPENDS="ncurses, readline, libandroid-support, termux-tools, command _MAIN_VERSION=4.3 _PATCH_VERSION=39 TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION} -TERMUX_PKG_BUILD_REVISION=4 +TERMUX_PKG_BUILD_REVISION=5 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/bash/bash-${_MAIN_VERSION}.tar.gz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-multibyte --without-bash-malloc --with-installed-readline ac_cv_header_grp_h=no ac_cv_header_pwd_h=no ac_cv_rl_version=6.3"