diff options
author | phunkyfish <phunkyfish@gmail.com> | 2020-07-20 08:45:38 +0100 |
---|---|---|
committer | wsnipex <w.schupp@a1.net> | 2020-07-24 08:59:52 +0200 |
commit | afea4fd6bf9373924dfeeecd6dd3f5d935bd8667 (patch) | |
tree | c178d4d84f9a142f31e6dbe5263a3980f2d4273f | |
parent | 13531d22ab7ac84b4b4a279ec3607f392347aabf (diff) |
Disable libidn2 support in curl
-rw-r--r-- | tools/depends/target/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index 4a3355a6f8..6b7035a761 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -10,7 +10,7 @@ ARCHIVE=$(SOURCE).tar.bz2 CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ ./configure --prefix=$(PREFIX) --disable-shared --disable-ldap \ --without-libssh2 --disable-ntlm-wb --enable-ipv6 --without-librtmp \ - --with-ca-fallback --with-ssl=$(PREFIX) --with-nghttp2=$(PREFIX) + --without-libidn2 --with-ca-fallback --with-ssl=$(PREFIX) --with-nghttp2=$(PREFIX) LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |