X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ca7699c16955e3dd8cff7a5e75b20e7b0360d036..e14f677c9e9d0d1170aecf9e041f84eb65ed18fd:/packages/openssh/build.sh?ds=sidebyside diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index e4183736..7aa80b94 100755 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://www.openssh.com/ TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine" TERMUX_PKG_VERSION=7.5p1 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SRCURL=http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0 TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl, libedit, libutil" @@ -39,6 +39,7 @@ TERMUX_PKG_RM_AFTER_INSTALL="bin/slogin share/man/man1/slogin.1" termux_step_pre_configure() { autoreconf + CPPFLAGS+=" -DHAVE_ATTRIBUTE__SENTINEL__=1" LD=$CC # Needed to link the binaries LDFLAGS+=" -llog" # liblog for android logging in syslog hack }