mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: libcdio: Fix build with gcc-14.
* gnu/packages/cdrom.scm (libcdio)[arguments]: New field to relax gcc-14's strictness. Change-Id: I7ae22b1017060015e980331f9943b33459926193
This commit is contained in:
parent
f17994fdd7
commit
19abdea625
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ (define-public libcdio
|
|||
(base32
|
||||
"0avi6apv5ydjy6b9c3z9a46rvp5i57qyr09vr7x4nndxkmcfjl45"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")))
|
||||
(inputs
|
||||
(list ncurses libcddb))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue