[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/136: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
38/136: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14. |
Date: |
Wed, 1 Jan 2025 10:24:26 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 1ac775392bb092749b43a6d9506b4746d4770c0a
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 93fa3e698a..7137624e73 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-error=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"))
- 72/136: gnu: vala: Update to 0.56.17; fixes build with gcc-14., (continued)
- 72/136: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/01
- 87/136: gnu: gavl: Fix build by using gcc-13., guix-commits, 2025/01/01
- 83/136: gnu: xf86-video-nouveau: Fix build with gcc-14., guix-commits, 2025/01/01
- 91/136: gnu: jamvm-1-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/01
- 15/136: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/01
- 17/136: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/01
- 21/136: gnu: torsocks: Fix build with gcc-14., guix-commits, 2025/01/01
- 26/136: gnu: xmlto: Fix build with gcc-14., guix-commits, 2025/01/01
- 29/136: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/01
- 36/136: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2025/01/01
- 38/136: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14.,
guix-commits <=
- 39/136: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/01
- 47/136: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/01
- 49/136: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/01/01
- 53/136: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/01
- 61/136: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/01
- 62/136: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/01
- 65/136: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2025/01/01
- 68/136: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14., guix-commits, 2025/01/01
- 73/136: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/01/01
- 76/136: gnu: gtk+-2: Fix build with gcc-14., guix-commits, 2025/01/01