2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications"
|
2018-09-04 23:42:59 +02:00
|
|
|
TERMUX_PKG_VERSION=5.49
|
2018-09-11 22:43:19 +02:00
|
|
|
TERMUX_PKG_REVISION=1
|
2018-09-04 23:42:59 +02:00
|
|
|
TERMUX_PKG_SHA256=3d6641213a82175c19f23fde1c3d1c841738385289eb7ca1554f4a58b96d955e
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz
|
2015-11-08 08:23:57 +01:00
|
|
|
TERMUX_PKG_DEPENDS="openssl, libutil"
|
2015-06-13 01:03:31 +02:00
|
|
|
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"
|
|
|
|
|
2016-09-04 00:45:08 +02:00
|
|
|
termux_step_pre_configure() {
|
|
|
|
LDFLAGS+=" -llog"
|
|
|
|
}
|