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 +++++-- core/curl/version | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'core/curl') 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 diff --git a/core/curl/version b/core/curl/version index 017bd18c..7cff44b8 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -7.69.1 1 +7.69.1 0 -- cgit v1.2.3