diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-17 12:55:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-17 12:55:24 +0300 |
commit | e1cc2511d04693165deec22fb448bac9838f57c2 (patch) | |
tree | 4a04b3816b78d5c79c0754e46ea6d73c61e99e43 /core/curl | |
parent | 32dc7a9e03a70ed8a6405f756a8678211f2acf1d (diff) | |
download | repository-e1cc2511d04693165deec22fb448bac9838f57c2.tar.gz |
meta: sync core with KISS
Diffstat (limited to 'core/curl')
-rwxr-xr-x | core/curl/build | 7 | ||||
-rw-r--r-- | core/curl/version | 2 |
2 files changed, 6 insertions, 3 deletions
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 |