mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02: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:
committed by
Andreas Enge
parent
1fb47745c3
commit
f4de827491
+1
-1
@@ -47,7 +47,7 @@
|
||||
(list #:configure-flags
|
||||
`'(,(string-append
|
||||
"CFLAGS=-g -O2"
|
||||
" -Wno-implicit-function-declaration")))
|
||||
" -Wno-error=implicit-function-declaration")))
|
||||
'())
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
||||
Reference in New Issue
Block a user