util-linux: Do not include <sys/sem.h>
[termux-packages] / packages / stunnel / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/
2TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications"
3TERMUX_PKG_VERSION=5.40
4TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz
5TERMUX_PKG_SHA256=23acdb390326ffd507d90f8984ecc90e0d9993f6bd6eac1d0a642456565c45ff
6TERMUX_PKG_DEPENDS="openssl, libutil"
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
10termux_step_pre_configure() {
11 LDFLAGS+=" -llog"
12}