guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: clang-runtime-6: Fix build with newer glibc.


From: guix-commits
Subject: 09/09: gnu: clang-runtime-6: Fix build with newer glibc.
Date: Thu, 25 Jan 2024 03:43:03 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit d43e0a21a35ee1698736b603fc3f57e4158d7e6a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 25 10:41:47 2024 +0200

    gnu: clang-runtime-6: Fix build with newer glibc.
    
    * gnu/packages/llvm.scm (clang-runtime-6): Add patch.
    
    Change-Id: Iff5ad430876ff7f8319556b6648e223b7bb0e13a
---
 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 9287d8fc07..a50559586f 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1248,7 +1248,8 @@ Library.")
   (clang-runtime-from-llvm
    llvm-6
    "1fcr3jn24yr8lh36nc0c4ikli4744i2q9m1ik67p1jymwwaixkgl"
-   '("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-6
   (clang-from-llvm llvm-6 clang-runtime-6



reply via email to

[Prev in Thread] Current Thread [Next in Thread]