[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/70: gnu: automake: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
14/70: gnu: automake: Fix build with gcc-14. |
Date: |
Sat, 14 Dec 2024 05:59:58 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 22241e9388b5e0389961aac024011004c8ee53ac
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
- 40/70: gnu: jack-1: Fix build with gcc-14., (continued)
- 40/70: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/14
- 39/70: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/14
- 57/70: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/14
- 47/70: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/14
- 44/70: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/14
- 13/70: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/14
- 64/70: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/14
- 68/70: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/14
- 65/70: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/14
- 12/70: gnu: gettext: Update to 0.23., guix-commits, 2024/12/14
- 14/70: gnu: automake: Fix build with gcc-14.,
guix-commits <=
- 20/70: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/14
- 25/70: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/14
- 36/70: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/14
- 56/70: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/14
- 66/70: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/14
- 17/70: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/14
- 19/70: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/14
- 23/70: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/14
- 59/70: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/14
- 48/70: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/14