diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-10-09 00:39:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-09 01:02:19 +0200 |
commit | b37fe44b7db3a68f961d07ab010fd1e8220dc50d (patch) | |
tree | 512b514b56f44b6f56c0241a39706a4f212fee71 /gnu/local.mk | |
parent | f1b4f46f0a046e57a366d3b8280ce3ee3ad5dbed (diff) |
gnu: clang@11, clang@12: Do not refer to /lib on foreign distros.
Partly fixes <https://issues.guix.gnu.org/51088>.
* gnu/packages/patches/clang-11.0-libc-search-path.patch: Update.
* gnu/packages/patches/clang-12.0-libc-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/llvm.scm (clang-12): Use 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 1f036beee5..bb3063c4ac 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -936,6 +936,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-9.0-libc-search-path.patch \ %D%/packages/patches/clang-10.0-libc-search-path.patch \ %D%/packages/patches/clang-11.0-libc-search-path.patch \ + %D%/packages/patches/clang-12.0-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/clang-runtime-9-libsanitizer-mode-field.patch \ |