X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/bb27a0ec420cb5afdba3988cbbd7d458036a4b6e..7ce5638519cda066cd6adc547a574050c235c551:/packages/stunnel/build.sh?ds=sidebyside diff --git a/packages/stunnel/build.sh b/packages/stunnel/build.sh index b2fc0265..e3ce2a45 100644 --- a/packages/stunnel/build.sh +++ b/packages/stunnel/build.sh @@ -1,9 +1,11 @@ TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/ TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications" -TERMUX_PKG_VERSION=5.32 +TERMUX_PKG_VERSION=5.35 TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="openssl, libutil" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-shared --with-ssl=$TERMUX_PREFIX --disable-fips" TERMUX_PKG_RM_AFTER_INSTALL="bin/stunnel3 share/man/man8/stunnel.*.8" -LDFLAGS+=" -llog" +termux_step_pre_configure() { + LDFLAGS+=" -llog" +}