Remove NDK gnu-libstdc from the docker image
[termux-packages] / packages / stunnel / build.sh
index 4975b91..19c2572 100644 (file)
@@ -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.30
+TERMUX_PKG_VERSION=5.43
+TERMUX_PKG_SHA256=05915babf705a0494886a72a7367913d403d07fc908ebb7b380d639e2d8bcee2
 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"
+}