From 642a6444fe45cd00467a3cdb28d0f48f603c8416 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 3 May 2026 05:33:10 +0700 Subject: [PATCH] curl: Use threads instead of alarm for timeout --- recipes/net/download/curl/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",