diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-18 00:09:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-18 00:09:11 +0100 |
commit | 6b26f9152c0c2088b2e891dadea81f5f6dc8b363 (patch) | |
tree | d184bc1111738ddd740bbc7bee7c268fdb428c94 /gnu/local.mk | |
parent | 59377c9e125566fcc6073d5180660d45886062e3 (diff) | |
download | guix-6b26f9152c0c2088b2e891dadea81f5f6dc8b363.tar.gz |
gnu: clang-runtime: Fix build issues against glibc 2.26.
* gnu/packages/patches/clang-runtime-asan-build-fixes.patch, gnu/packages/patches/clang-runtime-esan-build-fixes.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/llvm.scm (clang-runtime-from-llvm): Add 'patches' parameter and honor it. (clang-runtime): Pass patch list. (clang-runtime-3.9.1, clang-runtime-3.7, clang-runtime-3.6) (clang-runtime-3.5): Likewise.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a0e761bba6..fdb6cb1187 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -576,6 +576,8 @@ dist_patch_DATA = \ %D%/packages/patches/chmlib-inttypes.patch \ %D%/packages/patches/clang-libc-search-path.patch \ %D%/packages/patches/clang-3.8-libc-search-path.patch \ + %D%/packages/patches/clang-runtime-asan-build-fixes.patch \ + %D%/packages/patches/clang-runtime-esan-build-fixes.patch \ %D%/packages/patches/clementine-use-openssl.patch \ %D%/packages/patches/clisp-remove-failing-test.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ |