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/local.mk | |
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/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 b1f0cab55e..1f036beee5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -932,6 +932,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-3.8-libc-search-path.patch \ %D%/packages/patches/clang-6.0-libc-search-path.patch \ %D%/packages/patches/clang-7.0-libc-search-path.patch \ + %D%/packages/patches/clang-8.0-libc-search-path.patch \ %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 \ |