gnu: glibc-hurd: Disable werror.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
master
Manolis Ragkousis 2017-01-02 15:32:07 +02:00
parent 62596a158b
commit 367f701379
No known key found for this signature in database
GPG Key ID: 327C1EF38DF54C32
1 changed files with 3 additions and 0 deletions

View File

@ -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.