Add libandroid-shmem as a disabled package
[termux-packages] / disabled-packages / libressl / build.sh
CommitLineData
51b31100
FF
1TERMUX_PKG_HOMEPAGE=http://www.libressl.org/
2TERMUX_PKG_DESCRIPTION="Library implementing the TLS protocol as well as general purpose cryptography functions"
3TERMUX_PKG_DEPENDS="ca-certificates"
067ae38b 4TERMUX_PKG_VERSION=2.5.0
51b31100
FF
5TERMUX_PKG_SRCURL=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${TERMUX_PKG_VERSION}.tar.gz
6TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-openssldir=$TERMUX_PREFIX/etc/tls"
7TERMUX_PKG_CONFLICTS="openssl"
8# etc/tls/cert.pem is provided by ca-certificates:
9TERMUX_PKG_RM_AFTER_INSTALL="etc/tls/cert.pem"
10
067ae38b
FF
11termux_step_pre_configure() {
12 CPPFLAGS+=" -DNO_SYSLOG"
13}