mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: dvdisaster: Fix build with gcc@14.
* gnu/packages/cdrom.scm (dvdisaster)[arguments]<#:phases>: Add 'relax-gcc-14-strictness to set CFLAGS. Change-Id: I508f7a55009211ba06bacb6ac90a0bdb5e0b5242
This commit is contained in:
parent
5aa8b57a48
commit
64231add18
1 changed files with 7 additions and 0 deletions
|
|
@ -515,6 +515,13 @@ or @command{xorrisofs} to create ISO 9660 images.")
|
|||
(list #:parallel-build? #f ; http://hydra.gnu.org/build/49331/nixlog/1/raw
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'configure 'relax-gcc-14-strictness
|
||||
(lambda _
|
||||
(setenv
|
||||
"CFLAGS"
|
||||
(string-append "-g -O2"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=builtin-declaration-mismatch"))))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(with-directory-excursion "regtest"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue