mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03: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
Notes:
sideshowbarker
2024-07-17 06:24:08 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/74de1f6193 Pull-request: https://github.com/SerenityOS/serenity/pull/16611 Reviewed-by: https://github.com/timschumi ✅
@ -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…
Reference in New Issue
Block a user