guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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