summaryrefslogtreecommitdiff
path: root/gnu/packages/base.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-09-08 16:07:48 +0200
committerLudovic Courtès <ludo@gnu.org>2021-09-08 21:45:43 +0200
commit6d8c1a5e2302d8c1223ea9a4da44975931bad383 (patch)
tree893e75b7b94eb9ca9b16ad564b0c7ae9336a35cd /gnu/packages/base.scm
parent359740b0b3eff4f5c0e6973a56ebed2c5fcbaa73 (diff)
downloadguix-patches-6d8c1a5e2302d8c1223ea9a4da44975931bad383.tar
guix-patches-6d8c1a5e2302d8c1223ea9a4da44975931bad383.tar.gz
gnu: glibc@2.31: Fix build error.
* gnu/packages/patches/glibc-skip-c++.patch: New file. * gnu/packages/base.scm (glibc-2.31)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r--gnu/packages/base.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4a8fabfbad..695a056265 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -946,6 +946,7 @@ with the Linux kernel.")
(base32
"05zxkyz9bv3j9h0xyid1rhvh3klhsmrpkf3bcs6frvlgyr2gwilj"))
(patches (search-patches
+ "glibc-skip-c++.patch"
"glibc-ldd-powerpc.patch"
"glibc-ldd-x86_64.patch"
"glibc-dl-cache.patch"