1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Janneke Nieuwenhuizen
2025-01-04 22:21:28 +01:00
committed by Andreas Enge
parent 3efc0b4332
commit cc69155a5f

View File

@@ -130,6 +130,10 @@ caching facility provided by the library.")
(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