Ports: Let our CA Certificate location be known to curl

Co-authored-by: Tim Schumacher <timschumi@gmx.de>
This commit is contained in:
Kenneth Myhra 2022-12-21 21:57:09 +01:00 committed by Sam Atkins
parent 3c6afeca45
commit 74de1f6193
Notes: sideshowbarker 2024-07-17 06:24:08 +09:00

View File

@ -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 \