From e1cc2511d04693165deec22fb448bac9838f57c2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Mar 2020 12:55:24 +0300 Subject: meta: sync core with KISS --- core/curl/build | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'core/curl/build') diff --git a/core/curl/build b/core/curl/build index ac041c31..6a0914a4 100755 --- a/core/curl/build +++ b/core/curl/build @@ -12,7 +12,10 @@ --disable-ares \ --without-libidn \ --without-librtmp \ - --with-pic + --without-icu \ + --without-libpsl \ + --with-pic \ + --with-ca-fallback -make +make curl_LDFLAGS=-all-static make DESTDIR="$1" install -- cgit v1.2.3