X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b4ea04c31aaf082714c3ac6d4a0c6aed403b641a..722ed12d69bc2e936b4f437921b13cef76d2b596:/packages/autossh/build.sh diff --git a/packages/autossh/build.sh b/packages/autossh/build.sh index 2fc22c4f..be5bd787 100644 --- a/packages/autossh/build.sh +++ b/packages/autossh/build.sh @@ -6,5 +6,7 @@ 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" +}