mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: clang-runtime: Fix build.
* gnu/packages/patches/clang-runtime-12-remove-crypt-interceptors.patch: New file. * gnu/local.mk (dist_PATCH_DATA): Register it. * gnu/packages/llvm.scm (clang-runtime-12)[source]: Use it. Change-Id: I78e078ff09beb2943ba9387813ebc29069ae8f7d
This commit is contained in:
parent
cb7456eb59
commit
a2edd2a4eb
3 changed files with 131 additions and 1 deletions
|
@ -899,7 +899,7 @@ Library.")
|
|||
(clang-runtime-from-llvm
|
||||
llvm-12
|
||||
"1950rg294izdwkaasi7yjrmadc9mzdd5paf0q63jjcq2m3rdbj5l"
|
||||
'("clang-runtime-13-glibc-2.36-compat.patch")))
|
||||
'("clang-runtime-13-glibc-2.36-compat.patch" "clang-runtime-12-remove-crypt-interceptors.patch")))
|
||||
|
||||
(define-public clang-12
|
||||
(clang-from-llvm llvm-12 clang-runtime-12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue