3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: glibc-hurd: Disable werror.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
This commit is contained in:
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

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.