diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-04 00:23:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-04 00:24:21 +0200 |
commit | 167a05aabc229d48d62545ef218d8b0577e6e8f3 (patch) | |
tree | 4370365afa1c6bb7fec6e2c4582f3a05c7a190b3 /gnu-system.am | |
parent | 4e9f59205835e148d4329e7d77c81dccfacd4ea2 (diff) | |
download | guix-167a05aabc229d48d62545ef218d8b0577e6e8f3.tar guix-167a05aabc229d48d62545ef218d8b0577e6e8f3.tar.gz |
gnu: gcc-5.1: Add specific libvtv patch.
* gnu/packages/patches/gcc-5.0-libvtv-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-5.1)[source]: Use it.
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 95eefdcbf5..3223dc8afd 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -422,6 +422,7 @@ dist_patch_DATA = \ gnu/packages/patches/gcc-arm-link-spec-fix.patch \ gnu/packages/patches/gcc-cross-environment-variables.patch \ gnu/packages/patches/gcc-libvtv-runpath.patch \ + gnu/packages/patches/gcc-5.0-libvtv-runpath.patch \ gnu/packages/patches/geoclue-config.patch \ gnu/packages/patches/ghostscript-runpath.patch \ gnu/packages/patches/gitolite-openssh-6.8-compat.patch \ |