mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
3efc0b4332
commit
cc69155a5f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue