Ports: Disable socketpair support for curl

This is currently broken in Serenity. Disable it until we figure out
why.
This commit is contained in:
Tim Schumacher 2022-02-17 01:57:26 +01:00 committed by Brian Gianforcaro
parent e548aab387
commit 95f33ffbec

View file

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