civodul pushed a commit to branch master
in repository guix.

commit 286bea0dbad0d29ce3a6746b6af793a2b7280110
Author: Ludovic Courtès <[email protected]>
Date:   Tue Jan 29 23:28:55 2019 +0100

    gnu: [email protected]: Fix compilation on glibc 2.28.
    
    Reported by zimoun <[email protected]>.
    
    * gnu/packages/llvm.scm (clang-runtime-3.5): Add
    "clang-3.5-libsanitizer-ustat-fix.patch".
---
 gnu/packages/llvm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index b1e41d7..df61099 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2016, 2018 Eric Bavier <[email protected]>
 ;;; Copyright © 2015 Mark H Weaver <[email protected]>
-;;; Copyright © 2015, 2017, 2018 Ludovic Courtès <[email protected]>
+;;; Copyright © 2015, 2017, 2018, 2019 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2016 Dennis Mungai <[email protected]>
 ;;; Copyright © 2016, 2018 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2017 Roel Janssen <[email protected]>
@@ -420,7 +420,8 @@ code analysis tools.")
   (clang-runtime-from-llvm
    llvm-3.5
    "1hsdnzzdr5kglz6fnv3lcsjs222zjsy14y8ax9dy6zqysanplbal"
-   '("clang-runtime-asan-build-fixes.patch")))
+   '("clang-runtime-asan-build-fixes.patch"
+     "clang-3.5-libsanitizer-ustat-fix.patch")))
 
 (define-public clang-3.5
   (clang-from-llvm llvm-3.5 clang-runtime-3.5

Reply via email to