mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
a81eb98484
commit
e5df1c0831
1 changed files with 2 additions and 1 deletions
|
@ -976,7 +976,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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue