diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-03 10:27:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-03 10:27:41 +0300 |
commit | 6c2c988e2cfeb0838089fc0303deed813e8d748c (patch) | |
tree | a9bae06e34207ace97e9c321ccce957d415dd03a /core/curl/build | |
parent | 5d8243a3c18fc5d253e354045f988fe6f25a73c9 (diff) | |
download | repository-6c2c988e2cfeb0838089fc0303deed813e8d748c.tar.gz |
curl: revert to libressl
Diffstat (limited to 'core/curl/build')
-rwxr-xr-x | core/curl/build | 4 |
1 files changed, 1 insertions, 3 deletions
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 |