[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-packages-team updated: gnu: texlive-bin: Fix build with gcc-
From: |
guix-commits |
Subject: |
branch core-packages-team updated: gnu: texlive-bin: Fix build with gcc-14. |
Date: |
Thu, 02 Jan 2025 08:08:31 -0500 |
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 ba74d89c8a gnu: texlive-bin: Fix build with gcc-14.
ba74d89c8a is described below
commit ba74d89c8accae6fc2fbfebf01177afe8b1f97a9
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 2 14:03:30 2025 +0100
gnu: texlive-bin: Fix build with gcc-14.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add CFLAGS to
#:configure-flags
to relax gcc-14's strictness.
Change-Id: I6a961d738fc48501e51e65b353133eaeb9f4c2a3
---
gnu/packages/tex.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a318f8befc..3131b53d17 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -875,7 +875,8 @@ and should be preferred to it whenever a package would
otherwise depend on
#:out-of-source? #t
#:configure-flags
#~(let ((kpathsea #$(this-package-input "texlive-libkpathsea")))
- (list "--with-banner-add=/GNU Guix"
+ (list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"
+ "--with-banner-add=/GNU Guix"
"--enable-shared"
"--disable-native-texlive-build"
"--disable-static"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-packages-team updated: gnu: texlive-bin: Fix build with gcc-14.,
guix-commits <=