debianutils: Update from 4.8 to 4.8.1
[termux-packages] / packages / stunnel / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/
2TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications"
683e5fc3 3TERMUX_PKG_VERSION=5.37
59f0d218 4TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz
683e5fc3 5TERMUX_PKG_SHA256=d0e3530e3effc64fdec792c71791d4937c6b8bd3b9ea4895c6bb6526dcd0d241
09ede9b0 6TERMUX_PKG_DEPENDS="openssl, libutil"
59f0d218
FF
7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-shared --with-ssl=$TERMUX_PREFIX --disable-fips"
8TERMUX_PKG_RM_AFTER_INSTALL="bin/stunnel3 share/man/man8/stunnel.*.8"
9
7ce56385
FF
10termux_step_pre_configure() {
11 LDFLAGS+=" -llog"
12}