From b5e2fe57e0a2fe0963755a520efd01da37cb01db Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 27 Jun 2016 17:39:57 -0400 Subject: [PATCH] bash: Update from 4.3.42 to 4.3.46 --- packages/bash/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/bash/build.sh b/packages/bash/build.sh index ea77935d3..d424a41ca 100755 --- a/packages/bash/build.sh +++ b/packages/bash/build.sh @@ -2,9 +2,8 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/bash/ TERMUX_PKG_DESCRIPTION="A sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh)" TERMUX_PKG_DEPENDS="ncurses, readline, libandroid-support, termux-tools, command-not-found" _MAIN_VERSION=4.3 -_PATCH_VERSION=42 +_PATCH_VERSION=46 TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION} -TERMUX_PKG_BUILD_REVISION=8 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" TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" bash_cv_job_control_missing=present"