[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/74: gnu: automake: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
14/74: gnu: automake: Fix build with gcc-14. |
Date: |
Mon, 16 Dec 2024 03:34:54 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 7672a0a685cbc0571b10319e969f9368af1b0adc
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
- branch core-packages-team created (now c66eea6b16), guix-commits, 2024/12/16
- 06/74: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/16
- 14/74: gnu: automake: Fix build with gcc-14.,
guix-commits <=
- 03/74: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/16
- 12/74: gnu: gettext: Update to 0.23., guix-commits, 2024/12/16
- 10/74: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/16
- 13/74: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/16
- 04/74: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/16
- 11/74: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/16
- 16/74: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/16
- 05/74: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/16
- 21/74: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/16
- 24/74: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/16