janneke pushed a commit to branch core-packages-team
in repository guix.
commit 7672a0a685cbc0571b10319e969f9368af1b0adc
Author: Janneke Nieuwenhuizen <[email protected]>
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 <[email protected]>
;;; Copyright © 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2019 Pierre-Moana Levesque <[email protected]>
-;;; Copyright © 2020, 2023 Jan (janneke) Nieuwenhuizen <[email protected]>
+;;; Copyright © 2020, 2023, 2024 Jan (janneke) Nieuwenhuizen <[email protected]>
;;; Copyright © 2021 Maxim Cournoyer <[email protected]>
;;; Copyright © 2022 Marius Bakke <[email protected]>
;;;
@@ -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