chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a43db41
)
libcurl: Do not link in libidn
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 2 Dec 2015 11:18:16 +0000
(06:18 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 2 Dec 2015 11:18:16 +0000
(06:18 -0500)
packages/libcurl/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libcurl/build.sh
b/packages/libcurl/build.sh
index 190bb6ecc502f5424c94edd80a8a5ff1021b354f..98515c7e2f0c06a2e6918a751e0f6498c2eb38a2 100755
(executable)
--- a/
packages/libcurl/build.sh
+++ b/
packages/libcurl/build.sh
@@
-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 --with
out-libidn --with
-ca-bundle=$TERMUX_CA_BUNDLE"
TERMUX_PKG_RM_AFTER_INSTALL="bin/curl-config share/man/man1/curl-config.1"