mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: transcode: Fix build with gcc-14.
* gnu/packages/video.scm (transcode)[arguments]: Extend CFLAGS to relax gcc-14's strictness. Change-Id: I48bdf9f98297e49f3529264ffd914125b18f50cc
This commit is contained in:
parent
14d8e4b1e9
commit
59783d0d4e
1 changed files with 3 additions and 1 deletions
|
@ -313,7 +313,9 @@ (define-public transcode
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
"CFLAGS=-O2 -g -fcommon"
|
||||
,(string-append "CFLAGS=-O2 -g -fcommon"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=int-conversion")
|
||||
;; XXX: Broken API.
|
||||
;; Undeclared variables 'sys_nerr' and 'sys_errlist'.
|
||||
;; "--enable-libv4l2"
|
||||
|
|
Loading…
Reference in a new issue