mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 16:55:56 +02:00
gnu: efitools: Fix build with gcc-14.
* gnu/packages/efi.scm (efitools):[arguments] <make-flags>: Add options relaxing GCC 14 strictness. Fixes: guix/guix#3012 Change-Id: I1466b6ded8039ec222e905554b23e9bf99dba486
This commit is contained in:
@@ -172,7 +172,7 @@ information.")
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests exist.
|
||||
#:make-flags
|
||||
'("CC=gcc")
|
||||
'("CC=gcc -g -O2 -Wno-error=implicit-function-declaration")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch
|
||||
|
||||
Reference in New Issue
Block a user