guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: glibc: Fix build on i686.


From: Mark H. Weaver
Subject: 01/01: gnu: glibc: Fix build on i686.
Date: Sat, 1 Jul 2017 02:23:22 -0400 (EDT)

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

commit 13fa4d7c35b135adbb979e5a348252f997b5609f
Author: Mark H Weaver <address@hidden>
Date:   Sat Jul 1 02:18:32 2017 -0400

    gnu: glibc: Fix build on i686.
    
    This is followup to 503a4df904b8d4b82caebdb17db9c5f76a952418.
    Fixes <https://bugs.gnu.org/27489>.
    
    * gnu/packages/base.scm (glibc/linux): Add
    "glibc-vectorized-strcspn-guards.patch" to patches.
---
 gnu/packages/base.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index ecde178..d42aa55 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -533,6 +533,7 @@ store.")
                                      "glibc-versioned-locpath.patch"
                                      "glibc-o-largefile.patch"
                                      "glibc-memchr-overflow-i686.patch"
+                                     "glibc-vectorized-strcspn-guards.patch"
                                      "glibc-CVE-2017-1000366-pt1.patch"
                                      "glibc-CVE-2017-1000366-pt2.patch"
                                      "glibc-CVE-2017-1000366-pt3.patch"))))



reply via email to

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