2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.gnutls.org/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
|
2016-01-15 04:41:15 +01:00
|
|
|
TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn"
|
2015-06-13 01:03:31 +02:00
|
|
|
_TERMUX_PKG_MAJOR_VERSION=3.4
|
2016-09-23 04:39:24 +02:00
|
|
|
TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.15
|
2016-08-02 14:00:52 +02:00
|
|
|
TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${_TERMUX_PKG_MAJOR_VERSION}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
|
2015-08-12 05:52:41 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-hardware-acceleration --disable-cxx --disable-openssl-compatibility --with-included-libtasn1 --without-p11-kit --with-default-trust-store-file=$TERMUX_PREFIX/etc/tls/cert.pem"
|
2015-06-13 01:03:31 +02:00
|
|
|
|
2016-09-04 00:45:08 +02:00
|
|
|
termux_step_pre_configure() {
|
|
|
|
CFLAGS+=" -std=c99"
|
|
|
|
}
|