From 24cdd7d1fc1e0a54108a02030be6243fa1460f68 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 22 Apr 2016 20:00:34 -0400 Subject: [PATCH] Build bash&openssh with the NDK r12 beta on i686 This allows exploring the Android N preview in the emulator a bit. Fixes #223. --- packages/bash/build.sh | 2 +- packages/openssh/build.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/bash/build.sh b/packages/bash/build.sh index 081daac9..ea77935d 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=42 TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION} -TERMUX_PKG_BUILD_REVISION=7 +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" diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index 7ecaf274..0e7aaf9c 100755 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.openssh.com/ TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine" TERMUX_PKG_VERSION=7.2p2 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://ftp.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl" # --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries: -- 2.11.0