mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
curl: Use threads instead of alarm for timeout
This commit is contained in:
parent
e36c3d98eb
commit
642a6444fe
@ -16,7 +16,7 @@ cmakeflags = [
|
||||
"-DCURL_DISABLE_TFTP=On",
|
||||
"-DENABLE_IPV6=Off",
|
||||
"-DCURL_DISABLE_NTLM=On",
|
||||
"-DENABLE_THREADED_RESOLVER=Off",
|
||||
"-DENABLE_THREADED_RESOLVER=On",
|
||||
"-DCURL_CA_PATH=/etc/ssl/certs",
|
||||
"-DUSE_NGHTTP2=On",
|
||||
"-DCURL_USE_OPENSSL=On",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user