mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
f8211d6641
commit
432e9a2b7d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue