X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a8b61adf91df2077fe913e4bc946b2da11efcd85..de9af52cfceb33b568f7da5b2c856a278a32c445:/packages/openssh/build.sh diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index ac17e592..447193fc 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.4p1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=1b1fc4a14e2024293181924ed24872e6f2e06293f3e8926a376b8aec481f19d1 TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl, libutil" @@ -16,7 +17,7 @@ termux_step_pre_configure() { LDFLAGS+=" -llog" # liblog for android logging in syslog hack } -termux_step_pre_make () { +termux_step_post_configure() { # We need to remove this file before installing, since otherwise the # install leaves it alone which means no updated timestamps. rm -Rf $TERMUX_PREFIX/etc/moduli