mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
e6fec83135
commit
f40f48b2f7
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
Add a link
Reference in a new issue