mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09: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: 74de1f6193
Pull-request: https://github.com/SerenityOS/serenity/pull/16611
Reviewed-by: https://github.com/timschumi ✅
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