[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/246: gnu: transcode: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
107/246: gnu: transcode: Fix build with gcc-14. |
Date: |
Fri, 10 Jan 2025 10:47:32 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 594af9113ca34f3f190e1a20b3fa801c1cb62cdb
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 31 23:13:43 2024 +0100
gnu: transcode: Fix build with gcc-14.
* gnu/packages/video.scm (transcode)[arguments]: Extend CFLAGS to relax
gcc-14's strictness.
Change-Id: I48bdf9f98297e49f3529264ffd914125b18f50cc
---
gnu/packages/video.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 087c576827..e568926ce8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -314,7 +314,9 @@ user has installed.")
(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"
- 15/246: gnu: automake: Update to 1.17; fixes build with gcc-14., (continued)
- 15/246: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/10
- 06/246: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/10
- 23/246: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2025/01/10
- 60/246: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/10
- 65/246: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2025/01/10
- 57/246: gnu: hurd: Use -Wno-error=., guix-commits, 2025/01/10
- 72/246: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/10
- 104/246: gnu: directfb: Fix build with gcc-14., guix-commits, 2025/01/10
- 86/246: gnu: aalib: Fix build with gcc-14., guix-commits, 2025/01/10
- 115/246: gnu: efivar: Update to 39; fixes build with gcc-14., guix-commits, 2025/01/10
- 107/246: gnu: transcode: Fix build with gcc-14.,
guix-commits <=
- 123/246: gnu: openexr-2: Fix build with gcc-14., guix-commits, 2025/01/10
- 134/246: gnu: lpsolve: Fix build with gcc-14., guix-commits, 2025/01/10
- 130/246: gnu: zile: Fix build with gcc-14., guix-commits, 2025/01/10
- 140/246: gnu: zxing-cpp: Fix build with gcc-14., guix-commits, 2025/01/10
- 142/246: gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14., guix-commits, 2025/01/10
- 148/246: gnu: tbb: Fix build with gcc-14., guix-commits, 2025/01/10
- 147/246: gnu: chmlib: Fix build with gcc-14., guix-commits, 2025/01/10
- 157/246: gnu: zsh: Fix build with gcc-14., guix-commits, 2025/01/10
- 160/246: gnu: python-pypairix: Update to 0.3.8 and fix build with gcc-14., guix-commits, 2025/01/10
- 173/246: gnu: python-datrie: Fix build with gcc-14., guix-commits, 2025/01/10