X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e86c51bd344721847cbcfe1b28a2d82b8edf7670..42520d25efcf5ac1ab3b20cb63c84ff6e0d1bac9:/packages/stunnel/build.sh diff --git a/packages/stunnel/build.sh b/packages/stunnel/build.sh index 31528cd1..8b625b98 100644 --- a/packages/stunnel/build.sh +++ b/packages/stunnel/build.sh @@ -1,9 +1,12 @@ TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/ TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications" -TERMUX_PKG_VERSION=5.27 +TERMUX_PKG_VERSION=5.38 TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=09ada29ba1683ab1fd1f31d7bed8305127a0876537e836a40cb83851da034fd5 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" +}