mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: m4: Use -Wno-error= for Hurd cross-build.
* gnu/packages/m4.scm (m4)[arguments]: Insert "error=" in #:configure-flags. Change-Id: I344be6610462e363395badae7cb510b8468350d8
This commit is contained in:
parent
baf56d33c4
commit
17ce2a6298
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ (define-public m4
|
|||
(list #:configure-flags
|
||||
`'(,(string-append
|
||||
"CFLAGS=-g -O2"
|
||||
" -Wno-implicit-function-declaration")))
|
||||
" -Wno-error=implicit-function-declaration")))
|
||||
'())
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue