X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e5ca8bb1226830459c696d5da6f64a9ededa4dd9..af4dc416ed4471e533783491e720d5695f91f447:/packages/bash/build.sh?ds=inline diff --git a/packages/bash/build.sh b/packages/bash/build.sh index dcf78abf..e1a3a96b 100755 --- a/packages/bash/build.sh +++ b/packages/bash/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="A sh-compatible shell that incorporates useful features TERMUX_PKG_DEPENDS="ncurses, readline, libandroid-support, termux-tools, command-not-found" _MAIN_VERSION=4.4 _PATCH_VERSION=5 -TERMUX_PKG_BUILD_REVISION=2 +TERMUX_PKG_REVISION=2 TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION} TERMUX_PKG_SRCURL=https://mirrors.kernel.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_rl_version=7.0"