diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-01-02 23:44:20 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-01-05 16:37:09 +0200 |
commit | 6149fdfb5e97e3598e08b6516a96d647a14f03a6 (patch) | |
tree | 710daa7545fe0f77e0687f40e1901cbba8d2d612 /gnu/local.mk | |
parent | 247d23680a222bc5440dec7c3fe0d36ad463a121 (diff) | |
download | guix-6149fdfb5e97e3598e08b6516a96d647a14f03a6.tar.gz guix-6149fdfb5e97e3598e08b6516a96d647a14f03a6.zip |
gnu: gcc@6: Fix building with glibc@2.26.
* gnu/packages/gcc.scm (gcc@6)[source]: Add snippet to adjust
linux-unwind.h to changes in glibc@2.26. Add patch.
* gnu/packages/patches/gcc-libsanitizer-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 289bbad164..6308a81e66 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -650,6 +650,7 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-asan-missing-include.patch \ %D%/packages/patches/gcc-cross-environment-variables.patch \ %D%/packages/patches/gcc-fix-texi2pod.patch \ + %D%/packages/patches/gcc-libsanitizer-fix.patch \ %D%/packages/patches/gcc-libvtv-runpath.patch \ %D%/packages/patches/gcc-strmov-store-file-names.patch \ %D%/packages/patches/gcc-4-compile-with-gcc-5.patch \ |