curl: disable IDN support as suggested by its main author.
This commit is contained in:
parent
145a568f73
commit
60bbd518c8
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'curl'.
|
||||
pkgname=curl
|
||||
version=7.51.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_sizeof_off_t=8 --without-gssapi
|
||||
--enable-threaded-resolver --enable-ipv6 $(vopt_with rtmp)
|
||||
$(vopt_with ldap '--enable-ldap --enable-ldaps' '--disable-ldap --disable-ldaps')
|
||||
$(vopt_with ssh ssh2) $(vopt_with ssl) $(vopt_with gnutls)
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2"
|
||||
hostmakedepends="pkg-config perl groff"
|
||||
makedepends="zlib-devel libidn-devel nghttp2-devel
|
||||
makedepends="zlib-devel nghttp2-devel
|
||||
$(vopt_if rtmp librtmp-devel)
|
||||
$(vopt_if ldap libldap-devel) $(vopt_if ssh libssh2-devel)
|
||||
$(vopt_if ssl libressl-devel) $(vopt_if gnutls gnutls-devel)"
|
||||
|
|
Loading…
Reference in New Issue