diff options
| author | Cem Keylan <cem@ckyln.com> | 2020-09-16 01:04:44 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2020-09-16 01:04:44 +0300 |
| commit | af3e24bee26eb0cbbab683c2f37a3f49bf1338ee (patch) | |
| tree | a5b8dbeab4441f033cca5cf8d48f4ebf7bebb89f /core/curl/build | |
| parent | 50e2b1c8a75f78920991761b61fc59d23b6f910a (diff) | |
| download | repository-af3e24bee26eb0cbbab683c2f37a3f49bf1338ee.tar.gz | |
meta: revert to using bearssl by default
Diffstat (limited to 'core/curl/build')
| -rwxr-xr-x | core/curl/build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/curl/build b/core/curl/build index 2ef56a74..f27b1522 100755 --- a/core/curl/build +++ b/core/curl/build @@ -16,7 +16,9 @@ --without-libpsl \ --without-zstd \ --with-pic \ - --with-ssl + --with-bearssl \ + --with-ca-bundle=/etc/certificates/cert.pem \ + --without-ssl make curl_LDFLAGS=-all-static make DESTDIR="$1" install |
