mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libmpeg3: Fix build with gcc-14.
* gnu/packages/video.scm (libmpeg3)[arguments]: Add CC to #:make-flags to relax gcc-14's strictness. Change-Id: I05efa8f3d0c67bc818913f964673a4074e371b53
This commit is contained in:
parent
deac013922
commit
d5ff8b31fb
1 changed files with 1 additions and 0 deletions
|
@ -737,6 +737,7 @@ touchscreen devices and the ability to apply filters to their input events.")
|
|||
`(#:test-target "test"
|
||||
#:make-flags
|
||||
(list
|
||||
"CC=gcc -g -O2 -Wno-error=implicit-function-declaration"
|
||||
(string-append "A52DIR=" (assoc-ref %build-inputs "liba52"))
|
||||
(string-append "DST=" (assoc-ref %outputs "out") "/bin"))
|
||||
#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue