[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/61: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
40/61: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14. |
Date: |
Thu, 12 Dec 2024 05:42:01 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 9270885802daa7c70c3e8c4bd68d5c8cf64a51fa
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 12:21:38 2024 +0100
gnu: epson-inkjet-printer-escpr: Fix build with gcc-14.
* gnu/packages/cups.scm (epson-inkjet-printer-escpr)[arguments]: Add CFLAGS
to #:configure-flags to relax gcc-14's strictness.
Change-Id: I2333252701bc47adfef3da9f40b14c4dbda36abe
---
gnu/packages/cups.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index c9dfe63141..311bb6b219 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -911,7 +911,8 @@ HP@tie{}LaserJet, and possibly other printers. See
@file{README} for details.")
`((srfi srfi-26)
,@%default-gnu-modules)
#:configure-flags
- #~(list "--disable-static"
+ #~(list "CFLAGS=-g -O2 -Wno-implicit-function-declaration"
+ "--disable-static"
(string-append "--prefix=" #$output)
(string-append "--with-cupsfilterdir=" #$output
"/lib/cups/filter")
(string-append "--with-cupsppddir=" #$output
"/share/cups/model"))
- 29/61: gnu: cmake-bootstrap: Fix build with gcc-14., (continued)
- 29/61: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/12
- 27/61: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 28/61: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/12
- 32/61: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 33/61: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/12
- 34/61: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/12
- 35/61: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/12
- 36/61: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/12
- 37/61: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/12
- 38/61: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12
- 40/61: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14.,
guix-commits <=
- 44/61: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/12
- 43/61: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/12
- 42/61: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/12
- 54/61: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 55/61: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/12
- 56/61: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/12
- 57/61: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 59/61: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/12
- 58/61: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/12
- 50/61: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/12