X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/5d0fc15b4e47617acb06f414b131bee5006deb4f..f45367c4a5776eb56d1f0a66d737f94dedce8d0e:/packages/libgnutls/build.sh diff --git a/packages/libgnutls/build.sh b/packages/libgnutls/build.sh index e878ef66..0fd94375 100644 --- a/packages/libgnutls/build.sh +++ b/packages/libgnutls/build.sh @@ -6,4 +6,6 @@ TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.14 TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${_TERMUX_PKG_MAJOR_VERSION}/gnutls-${TERMUX_PKG_VERSION}.tar.xz 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" -CFLAGS+=" -std=c99" +termux_step_pre_configure() { + CFLAGS+=" -std=c99" +}