diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2021-10-08 22:41:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-09 01:02:18 +0200 |
commit | 66caab54b9a499097794460eee79d70f17d3d73c (patch) | |
tree | fbb2b719e7971755eb4443ebe7b93544f10c01cb /gnu/packages/llvm.scm | |
parent | 2ad1ef844632b7605ad6dd362e947a122a0a3925 (diff) |
gnu: clang@7, clang@8: Do not refer to /lib on foreign distros.
Partly fixes <https://issues.guix.gnu.org/51088>.
* gnu/packages/patches/clang-7.0-libc-search-path.patch: Update.
* gnu/packages/patches/clang-8.0-libc-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/llvm.scm (clang-8): Use it.
Diffstat (limited to 'gnu/packages/llvm.scm')
-rw-r--r-- | gnu/packages/llvm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 37626edff7..3e0450cb04 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -681,7 +681,7 @@ of programming tools as well as libraries with equivalent functionality.") (define-public clang-8 (clang-from-llvm llvm-8 clang-runtime-8 "0svk1f70hvpwrjp6x5i9kqwrqwxnmcrw5s7f4cxyd100mdd12k08" - #:patches '("clang-7.0-libc-search-path.patch"))) + #:patches '("clang-8.0-libc-search-path.patch"))) (define-public clang-toolchain-8 (make-clang-toolchain clang-8)) |