diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-09-20 00:16:48 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-09-20 00:20:48 +0900 |
commit | 0feeac35cb14ccfa2193c1ecbba9d0b9936d9bb6 (patch) | |
tree | 7f2a2338d1a3199640b375b97ee55f4f0b22cfe7 /gnu/local.mk | |
parent | e85f52e826b0701c3dcf9acf9d81e5ae57aec8f9 (diff) | |
download | guix-0feeac35cb14ccfa2193c1ecbba9d0b9936d9bb6.tar.gz guix-0feeac35cb14ccfa2193c1ecbba9d0b9936d9bb6.zip |
gnu: clang-cling-runtime: Fix build.
New patches were applied to clang-runtime only, not the whole LLVM base
source, hence they were not applied to the cling variants.
* gnu/packages/llvm.scm (llvm-cling) [source]: Add
clang-cling-runtime-13-glibc-2.36-compat.patch and
clang-cling-13-remove-crypt-interceptors.patch patches.
* gnu/packages/patches/clang-cling-13-remove-crypt-interceptors.patch: New file.
* gnu/packages/patches/clang-cling-runtime-13-glibc-2.36-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them.
Change-Id: I4c5ee5f65b2bc04935865ad8e67bc2c3833da2eb
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 3435b7850e..2654f6fe81 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1071,6 +1071,8 @@ dist_patch_DATA = \ %D%/packages/patches/clang-17.0-link-dsymutil-latomic.patch \ %D%/packages/patches/clang-18.0-libc-search-path.patch \ %D%/packages/patches/clang-cling-13-libc-search-path.patch \ + %D%/packages/patches/clang-cling-13-remove-crypt-interceptors.patch \ + %D%/packages/patches/clang-cling-runtime-13-glibc-2.36-compat.patch \ %D%/packages/patches/clang-runtime-asan-build-fixes.patch \ %D%/packages/patches/clang-runtime-esan-build-fixes.patch \ %D%/packages/patches/clang-runtime-13-glibc-2.36-compat.patch \ |