[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: clang-runtime-8: Fix build with newer glibc.
|
From: |
guix-commits |
|
Subject: |
07/09: gnu: clang-runtime-8: Fix build with newer glibc. |
|
Date: |
Thu, 25 Jan 2024 03:43:02 -0500 (EST) |
efraim pushed a commit to branch core-updates
in repository guix.
commit ec3035a3ed05cc63da1ad917b7c6c4895b0b1228
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 25 10:39:38 2024 +0200
gnu: clang-runtime-8: Fix build with newer glibc.
* gnu/packages/llvm.scm (clang-runtime-8): Add patch.
Change-Id: I3ea8c6a597996adec567920d5714fb93ad91b2a9
---
gnu/packages/llvm.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 9f008661e1..0f64d65a92 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1161,7 +1161,8 @@ Library.")
(clang-runtime-from-llvm
llvm-8
"0dqqf8f930l8gag4d9qjgn1n0pj0nbv2anviqqhdi1rkhas8z0hi"
- '("clang-runtime-9-libsanitizer-mode-field.patch")))
+ '("clang-runtime-9-libsanitizer-mode-field.patch"
+ "clang-runtime-9-glibc-2.36-compat.patch")))
(define-public clang-8
(clang-from-llvm llvm-8 clang-runtime-8
- branch core-updates updated (da92bca5bd -> d43e0a21a3), guix-commits, 2024/01/25
- 02/09: gnu: clang-runtime-13: Fix build with newer glibc., guix-commits, 2024/01/25
- 03/09: gnu: clang-runtime-12: Fix build with newer glibc., guix-commits, 2024/01/25
- 04/09: gnu: clang-runtime-11: Fix build with newer glibc., guix-commits, 2024/01/25
- 08/09: gnu: clang-runtime-7: Fix build with newer glibc., guix-commits, 2024/01/25
- 01/09: gnu: clang-runtime-14: Fix build with newer glibc., guix-commits, 2024/01/25
- 09/09: gnu: clang-runtime-6: Fix build with newer glibc., guix-commits, 2024/01/25
- 05/09: gnu: clang-runtime-10: Fix build with newer glibc., guix-commits, 2024/01/25
- 07/09: gnu: clang-runtime-8: Fix build with newer glibc.,
guix-commits <=
- 06/09: gnu: clang-runtime-9: Fix build with newer glibc., guix-commits, 2024/01/25