mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ configure() {
|
||||||
-DCURL_USE_OPENSSL=ON \
|
-DCURL_USE_OPENSSL=ON \
|
||||||
-DCURL_ZSTD=ON \
|
-DCURL_ZSTD=ON \
|
||||||
-DCURL_DISABLE_NTLM=ON \
|
-DCURL_DISABLE_NTLM=ON \
|
||||||
|
-DCURL_DISABLE_SOCKETPAIR=ON \
|
||||||
-DCURL_DISABLE_TESTS=ON \
|
-DCURL_DISABLE_TESTS=ON \
|
||||||
-DCURL_HIDDEN_SYMBOLS=OFF
|
-DCURL_HIDDEN_SYMBOLS=OFF
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue