[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
- 45/63: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., (continued)
- 45/63: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/12
- 44/63: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/12
- 47/63: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/12
- 52/63: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/12
- 53/63: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 56/63: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/12
- 05/63: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/12
- 08/63: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/12
- 46/63: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/12
- 63/63: REMOVEME gnu: Add bdb-4.8-orig to avoid a world rebuild at this time., guix-commits, 2024/12/12
- 11/63: gnu: automake: Fix build with gcc-14.,
guix-commits <=
- 16/63: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/12
- 09/63: gnu: gettext: Update to 0.23., guix-commits, 2024/12/12
- 20/63: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/12
- 27/63: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/12
- 54/63: gnu: %bootstrap-glibc: Prevent rebuilds., guix-commits, 2024/12/12
- 57/63: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/12
- 59/63: Revert "guix: build-system: cmake: Rework cross compilation.", guix-commits, 2024/12/12