summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-08-02 09:27:39 -0400
committerNguyễn Gia Phong <cnx@loang.net>2026-08-08 00:12:06 +0900
commit53b2de97116607100646eb4554575de278ac818d (patch)
tree4dc15fe3919eb4a465a99e583878aa761f1c5f09 /gnu/local.mk
parent415de5477979bfb8e4de409eddef8386834b86d0 (diff)
gnu: curl: Graft performance fixes.
curl 8.20 has a bug which causes high cpu usage when built with `enable-threaded-resolver`. * gnu/packages/patches/curl-fix-wakeup-consumption.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/curl.scm (curl/fixed): New variable. (curl)[replacement]: Use it here. Fixes: https://codeberg.org/guix/guix/issues/10284 Merges: https://codeberg.org/guix/guix/pulls/10330 Reviewed-by: Yelninei <yelninei@tutamail.com> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index d828205b7cd..96a95525d43 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1181,6 +1181,7 @@ dist_patch_DATA = \
1181 %D%/packages/patches/cups-relax-root-ownership-check.patch \ 1181 %D%/packages/patches/cups-relax-root-ownership-check.patch \
1182 %D%/packages/patches/cura-engine-gcc-14.patch \ 1182 %D%/packages/patches/cura-engine-gcc-14.patch \
1183 %D%/packages/patches/curl-use-ssl-cert-env.patch \ 1183 %D%/packages/patches/curl-use-ssl-cert-env.patch \
1184 %D%/packages/patches/curl-fix-wakeup-consumption.patch \
1184 %D%/packages/patches/curlftpfs-fix-error-closing-file.patch \ 1185 %D%/packages/patches/curlftpfs-fix-error-closing-file.patch \
1185 %D%/packages/patches/curlftpfs-fix-file-names.patch \ 1186 %D%/packages/patches/curlftpfs-fix-file-names.patch \
1186 %D%/packages/patches/curlftpfs-fix-memory-leak.patch \ 1187 %D%/packages/patches/curlftpfs-fix-memory-leak.patch \