gnu: texinfo-4: Use -Wno-error= for Hurd cross-build.

* gnu/packages/texinfo.scm (texinfo-4)[arguments]: Insert "error=" in #:configure-flags.

Change-Id: Iff63cbfbfe39807d2279354732b34b5755b65b3b
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-12 14:33:22 +01:00
parent f8211d6641
commit 432e9a2b7d
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -210,7 +210,7 @@ is on expressing the content semantically, avoiding physical markup commands.")
#t)))
'()))))
(if (or (target-hurd64?) (%current-target-system))
(list #:configure-flags ''("CFLAGS=-Wno-incompatible-pointer-types"))
(list #:configure-flags ''("CFLAGS=-Wno-error=incompatible-pointer-types"))
'())))))
(define-public info-reader