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