phant0mas pushed a commit to branch master
in repository guix.
commit 367f701379d6d4fb88acbbf021785195c5345273
Author: Manolis Ragkousis <[email protected]>
Date: Mon Jan 2 15:32:07 2017 +0200
gnu: glibc-hurd: Disable werror.
* 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 50c3060..c75e038 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.