From 6c2c988e2cfeb0838089fc0303deed813e8d748c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 3 Sep 2020 10:27:41 +0300 Subject: curl: revert to libressl --- core/curl/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/curl/build') diff --git a/core/curl/build b/core/curl/build index 52781dba..956c01d7 100755 --- a/core/curl/build +++ b/core/curl/build @@ -15,9 +15,7 @@ --without-icu \ --without-libpsl \ --with-pic \ - --with-bearssl \ - --with-ca-bundle=/etc/certificates/cert.pem \ - --without-ssl + --with-ssl make curl_LDFLAGS=-all-static make DESTDIR="$1" install -- cgit v1.2.3