This is an automated email from the git hooks/post-receive script. janneke pushed a commit to branch core-packages-team in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this push: new ecaa42bca6 gnu: cyrus-sasl: Fix build mwith gcc-14. ecaa42bca6 is described below commit ecaa42bca6ab38a05ef97657c5c8d588151266a5 Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Wed Dec 11 12:26:14 2024 +0100 gnu: cyrus-sasl: Fix build mwith gcc-14. * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[arguments]: Add CFLAGS to #:configure-flags to relax gcc-14's strictness. Change-Id: Ib6afe50a3913ed38aad3eb673786b424307fc4a7 --- gnu/packages/cyrus-sasl.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cyrus-sasl.scm b/gnu/packages/cyrus-sasl.scm index ef408f2dd7..a2d7d5d6e0 100644 --- a/gnu/packages/cyrus-sasl.scm +++ b/gnu/packages/cyrus-sasl.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2016 Leo Famulari <l...@famulari.name> ;;; Copyright © 2019 Mathieu Othacehe <m.othac...@gmail.com> ;;; Copyright © 2022 Marius Bakke <mar...@gnu.org> +;;; Copyright © 2024 Janneke Nieuwenhuizen <jann...@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -49,7 +50,10 @@ (inputs (list gdbm libxcrypt mit-krb5 openssl)) (arguments (list - #:configure-flags #~(list (string-append "--with-plugindir=" + #:configure-flags #~(list (string-append + "CFLAGS=-g -O2" + " -Wno-implicit-function-declaration") + (string-append "--with-plugindir=" (assoc-ref %outputs "out") "/lib/sasl2") ;; When cross-compiling the build system is