guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: glibc-hurd: Disable werror.


From: manolis837
Subject: [PATCH] gnu: glibc-hurd: Disable werror.
Date: Mon, 2 Jan 2017 19:55:32 +0200

From: Manolis Ragkousis <address@hidden>

* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
---
 gnu/packages/base.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 50c306009..c75e03828 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -722,6 +722,9 @@ with the Linux kernel.")
                        ;; We need this to get a working openpty() function.
                        "--enable-pt_chown"
 
+                       ;; 
<https://lists.gnu.org/archive/html/bug-hurd/2016-10/msg00033.html>
+                       "--disable-werror"
+
                        ;; nscd fails to build for GNU/Hurd:
                        ;; 
<https://lists.gnu.org/archive/html/bug-hurd/2014-07/msg00006.html>.
                        ;; Disable it.
-- 
2.11.0




reply via email to

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