summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-12-30 19:58:05 -0500
committerMark H Weaver <mhw@netris.org>2014-12-30 19:58:05 -0500
commitbf0baaf7db6c3ab7d54f274a8728612e323b1b08 (patch)
treeedd77631cc92a91e20cf779aae9f6b2862edee84 /gnu-system.am
parent26804e1351a86bfcde1b8bebeb984b9c79e6fe6f (diff)
downloadguix-patches-bf0baaf7db6c3ab7d54f274a8728612e323b1b08.tar
guix-patches-bf0baaf7db6c3ab7d54f274a8728612e323b1b08.tar.gz
gnu: glibc: MIPS: Avoid a dangling `vfork@GLIBC_2.0' reference.
* gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 729d185d47..405c01fb07 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -366,6 +366,7 @@ dist_patch_DATA = \
gnu/packages/patches/glibc-CVE-2014-7817.patch \
gnu/packages/patches/glibc-bootstrap-system.patch \
gnu/packages/patches/glibc-ldd-x86_64.patch \
+ gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch \
gnu/packages/patches/gnunet-fix-scheduler.patch \
gnu/packages/patches/gnunet-fix-tests.patch \
gnu/packages/patches/gobject-introspection-cc.patch \