guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

200/246: gnu: vorbis-tools: Fix build with gcc-14.


From: guix-commits
Subject: 200/246: gnu: vorbis-tools: Fix build with gcc-14.
Date: Fri, 10 Jan 2025 10:47:50 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit a7b4b1ad3cc2d7fbe96dfb6005a54090ddf45eee
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 16:32:15 2025 +0100

    gnu: vorbis-tools: Fix build with gcc-14.
    
    * gnu/packages/xiph.scm (vorbis-tools)[arguments]: New field to relax 
gcc-14's
    strictness.
    
    Change-Id: Ie72a0d1c09826d7d35e3d214af41fd0ad8455aa9
---
 gnu/packages/xiph.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index e6cbc2b54e..71b3fcd85d 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
-;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -337,6 +337,10 @@ Kate stream.")
              (base32
               "1c7h4ivgfdyygz2hyh6nfibxlkz8kdk868a576qkkjgj5gn78xyv"))))
    (build-system gnu-build-system)
+   (arguments
+    (list
+     #:configure-flags
+     #~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")))
    (inputs (list ao
                  curl
                  flac



reply via email to

[Prev in Thread] Current Thread [Next in Thread]