X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b4ea04c31aaf082714c3ac6d4a0c6aed403b641a..ba0d4d53c76af4687696a6a9b1324168c2f36158:/packages/autossh/build.sh diff --git a/packages/autossh/build.sh b/packages/autossh/build.sh index 2fc22c4f..4aeda4ba 100644 --- a/packages/autossh/build.sh +++ b/packages/autossh/build.sh @@ -1,10 +1,13 @@ TERMUX_PKG_HOMEPAGE=http://www.harding.motd.ca/autossh/ TERMUX_PKG_DESCRIPTION="Automatically restart SSH sessions and tunnels" TERMUX_PKG_VERSION=1.4e -TERMUX_PKG_SRCURL=http://www.harding.motd.ca/autossh/autossh-${TERMUX_PKG_VERSION}.tgz +TERMUX_PKG_SHA256=4425cb42deb03dfb97790d3c301d1703b3cd781ea00808ed20fc663bcc06e57f +TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/autossh-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_BUILD_IN_SRC="yes" TERMUX_PKG_DEPENDS="openssh" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man ac_cv_path_ssh=$TERMUX_PREFIX/bin/ssh" -# For syslog logging: -LDFLAGS+=" -llog" +termux_step_pre_configure () { + # For syslog logging: + LDFLAGS+=" -llog" +}