From 624c4fbe953700a14f05326ead69242eca255af9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 11 Jan 2020 09:58:04 +0200 Subject: [PATCH] curl: link statically --- core/curl/build | 5 +++-- core/curl/version | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/curl/build b/core/curl/build index ac041c31..da933fd5 100755 --- a/core/curl/build +++ b/core/curl/build @@ -12,7 +12,8 @@ --disable-ares \ --without-libidn \ --without-librtmp \ - --with-pic + --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 2d59444e..80e5ae47 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -7.68.0 2 +7.68.0 3