summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-09-06 17:32:38 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-08 12:05:08 +0200
commitde8e2a699c0219f5ea86f6bbfff4d5ee35104738 (patch)
tree60242c1754238967ca5438c39689ed9ebaa18860 /gnu/local.mk
parentd5a1206beb06678a2cb3ffcc25b687bb9fbfec74 (diff)
downloadguix-patches-de8e2a699c0219f5ea86f6bbfff4d5ee35104738.tar
guix-patches-de8e2a699c0219f5ea86f6bbfff4d5ee35104738.tar.gz
gnu: binutils: Fix file decriptor leak.
* gnu/packages/patches/binutils-2.37-file-descriptor-leak.patch: New file. * gnu/packages/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (binutils)[source]: Use it.
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 dab8203f19..2b214557bb 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -886,6 +886,7 @@ dist_patch_DATA = \
%D%/packages/patches/behave-skip-a-couple-of-tests.patch \
%D%/packages/patches/beignet-correct-file-names.patch \
%D%/packages/patches/bidiv-update-fribidi.patch \
+ %D%/packages/patches/binutils-2.37-file-descriptor-leak.patch \
%D%/packages/patches/binutils-boot-2.20.1a.patch \
%D%/packages/patches/binutils-loongson-workaround.patch \
%D%/packages/patches/binutils-mingw-w64-timestamp.patch \