mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Ports: Let our CA Certificate location be known to curl
Co-authored-by: Tim Schumacher <timschumi@gmx.de>
This commit is contained in:
parent
3c6afeca45
commit
74de1f6193
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ configure() {
|
|||
"${configopts[@]}" \
|
||||
-DCURL_USE_OPENSSL=ON \
|
||||
-DCURL_ZSTD=ON \
|
||||
-DCURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt \
|
||||
-DCURL_CA_PATH=none \
|
||||
-DCURL_DISABLE_NTLM=ON \
|
||||
-DCURL_DISABLE_SOCKETPAIR=ON \
|
||||
-DCURL_DISABLE_TESTS=ON \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue