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

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