guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 05/09: gnu: clang-runtime-10: 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 04b70e717289709a96aa3ede85d4d0ff54e31981
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 25 10:29:37 2024 +0200

    gnu: clang-runtime-10: Fix build with newer glibc.
    
    * gnu/packages/llvm.scm (clang-runtime-10): Add patch.
    
    Change-Id: If90ee6895634e6f1791516861be558af4d2ffe8e
---
 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 0f1be70588..15f0ff5eeb 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1043,7 +1043,8 @@ Library.")
 (define-public clang-runtime-10
   (clang-runtime-from-llvm
    llvm-10
-   "1yjqjri753w0fzmxcyz687nvd97sbc9rsqrxzpq720na47hwh3fr"))
+   "1yjqjri753w0fzmxcyz687nvd97sbc9rsqrxzpq720na47hwh3fr"
+   '("clang-runtime-13-glibc-2.36-compat.patch")))
 
 (define-public clang-10
   (clang-from-llvm llvm-10 clang-runtime-10



reply via email to

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