diff options
author | Andreas Enge <andreas@enge.fr> | 2015-10-02 20:59:20 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-10-02 21:16:02 +0200 |
commit | 5768893ad108d53844a525d20a40a39a9006762b (patch) | |
tree | e9c660587f02759c93c784b6ca886b0fc7eb4604 /gnu-system.am | |
parent | 2f8fee0623e88d3ba17d7cc41510afb3871cf9b7 (diff) | |
download | patches-5768893ad108d53844a525d20a40a39a9006762b.tar patches-5768893ad108d53844a525d20a40a39a9006762b.tar.gz |
gnu: valgrind: Enable the arm architecture during configuration.
* gnu/packages/patches/valgrind-enable-arm.patch: New file.
* gnu/packages/valgrind.scm (valgrind)[source]: Add patch.
* gnu-system.am (dist_patch_DATA): Enable patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index c9a4d32475..0afe345809 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -647,6 +647,7 @@ dist_patch_DATA = \ gnu/packages/patches/unzip-remove-build-date.patch \ gnu/packages/patches/util-linux-tests.patch \ gnu/packages/patches/upower-builddir.patch \ + gnu/packages/patches/valgrind-enable-arm.patch \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/vtk-mesa-10.patch \ gnu/packages/patches/w3m-fix-compile.patch \ |