glib: Patch timezone handling for Android
[termux-packages] / packages / autossh / build.sh
index 2fc22c4..be5bd78 100644 (file)
@@ -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"
+}