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/curl/build | |
parent | 1dcb35b25550762bbee6988652378c223ebca77c (diff) | |
download | repository-d07fd49234621f2a3b8e93fbe2c3eaef31b9a011.tar.gz |
curl: use ca-certificates package for interoperable ssl libraries
Diffstat (limited to 'core/curl/build')
-rwxr-xr-x | core/curl/build | 1 |
1 files changed, 1 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 |