guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 08/09: gnu: clang-runtime-7: 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 89f271f79478b21689fdcc95f4e423eb5ebe3f8e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 25 10:40:11 2024 +0200

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



reply via email to

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