mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
56e892e100
commit
1c22d29388
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue