diff --git a/recipes/net/download/curl/recipe.toml b/recipes/net/download/curl/recipe.toml index 46d93948..57ea16bf 100644 --- a/recipes/net/download/curl/recipe.toml +++ b/recipes/net/download/curl/recipe.toml @@ -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",