mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
1fb47745c3
commit
f4de827491
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
`'(,(string-append
|
`'(,(string-append
|
||||||
"CFLAGS=-g -O2"
|
"CFLAGS=-g -O2"
|
||||||
" -Wno-implicit-function-declaration")))
|
" -Wno-error=implicit-function-declaration")))
|
||||||
'())
|
'())
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue