mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-09 18:16:09 +03:00
Ports: Disable socketpair support for curl
This is currently broken in Serenity. Disable it until we figure out why.
This commit is contained in:
parent
e548aab387
commit
95f33ffbec
Notes:
sideshowbarker
2024-07-17 18:38:55 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/95f33ffbec Pull-request: https://github.com/SerenityOS/serenity/pull/12589
@ -16,6 +16,7 @@ configure() {
|
||||
-DCURL_USE_OPENSSL=ON \
|
||||
-DCURL_ZSTD=ON \
|
||||
-DCURL_DISABLE_NTLM=ON \
|
||||
-DCURL_DISABLE_SOCKETPAIR=ON \
|
||||
-DCURL_DISABLE_TESTS=ON \
|
||||
-DCURL_HIDDEN_SYMBOLS=OFF
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user