diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-17 16:33:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-17 16:33:05 +0300 |
commit | d07fd49234621f2a3b8e93fbe2c3eaef31b9a011 (patch) | |
tree | 76b506d1e1cb33a073207a45b27d5896a4c0ecdb /core | |
parent | 1dcb35b25550762bbee6988652378c223ebca77c (diff) | |
download | repository-d07fd49234621f2a3b8e93fbe2c3eaef31b9a011.tar.gz |
curl: use ca-certificates package for interoperable ssl libraries
Diffstat (limited to 'core')
-rwxr-xr-x | core/curl/build | 1 | ||||
-rw-r--r-- | core/curl/depends | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/curl/build b/core/curl/build index fecb4f9a..52781dba 100755 --- a/core/curl/build +++ b/core/curl/build @@ -16,6 +16,7 @@ --without-libpsl \ --with-pic \ --with-bearssl \ + --with-ca-bundle=/etc/certificates/cert.pem \ --without-ssl make curl_LDFLAGS=-all-static diff --git a/core/curl/depends b/core/curl/depends index 48d4f82f..cf6ff53d 100644 --- a/core/curl/depends +++ b/core/curl/depends @@ -1,2 +1,3 @@ bearssl +ca-certificates zlib |