libcurl: Do not link in libidn
This commit is contained in:
parent
a43db4170e
commit
c0630a14cb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user