guix-commits
[Top][All Lists]
Advanced

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

11/63: gnu: automake: Fix build with gcc-14.


From: guix-commits
Subject: 11/63: gnu: automake: Fix build with gcc-14.
Date: Thu, 12 Dec 2024 05:29:07 -0500 (EST)

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

commit d7fa0daa81f6912c298df633900451523e37e7f8
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 10:42:07 2024 +0100

    gnu: automake: Fix build with gcc-14.
    
    * gnu/packages/autotools.scm (automake)[arguments]: Add
    "CC=-Wno-implicit-function-declaration" to #:configure-flags.
    
    Change-Id: Ie3318f9717beb9871887fa01a53c4b999e917275
---
 gnu/packages/autotools.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 79d25b59a5..685e7f0e8a 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -10,7 +10,7 @@
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2019 Pierre-Moana Levesque <pierre.moana.levesque@gmail.com>
-;;; Copyright © 2020, 2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023, 2024 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
 ;;;
@@ -346,6 +346,7 @@ output is indexed in many ways to simplify browsing.")
                   (srfi srfi-1)
                   (srfi srfi-26)
                   (rnrs io ports))
+      #:configure-flags #~'("CFLAGS=-g -O2 -Wno-implicit-function-declaration")
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'patch-source-shebangs 'patch-tests-shebangs



reply via email to

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