chiark / gitweb /
libcurl: Do not link in libidn
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 2 Dec 2015 11:18:16 +0000 (06:18 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 2 Dec 2015 11:18:16 +0000 (06:18 -0500)
packages/libcurl/build.sh

index 190bb6ecc502f5424c94edd80a8a5ff1021b354f..98515c7e2f0c06a2e6918a751e0f6498c2eb38a2 100755 (executable)
@@ -4,5 +4,5 @@ TERMUX_PKG_DEPENDS="openssl"
 TERMUX_PKG_VERSION=7.45.0
 TERMUX_PKG_SRCURL=http://curl.haxx.se/download/curl-${TERMUX_PKG_VERSION}.tar.bz2
 export TERMUX_CA_BUNDLE=$TERMUX_PREFIX/etc/tls/cert.pem
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl --with-ca-bundle=$TERMUX_CA_BUNDLE"
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl --without-libidn --with-ca-bundle=$TERMUX_CA_BUNDLE"
 TERMUX_PKG_RM_AFTER_INSTALL="bin/curl-config share/man/man1/curl-config.1"