1
0
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:
Sharlatan Hellseher
2025-09-26 13:49:50 +01:00
parent 56e892e100
commit 1c22d29388
+1 -1
View File
@@ -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