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
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -172,7 +172,7 @@ information.")
(arguments (arguments
`(#:tests? #f ; No tests exist. `(#:tests? #f ; No tests exist.
#:make-flags #:make-flags
'("CC=gcc") '("CC=gcc -g -O2 -Wno-error=implicit-function-declaration")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'patch (add-after 'unpack 'patch