guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/26: squash! gnu: hplip: Update to 3.24.4 and fix build with gcc-14.


From: guix-commits
Subject: 06/26: squash! gnu: hplip: Update to 3.24.4 and fix build with gcc-14.
Date: Thu, 12 Dec 2024 08:50:02 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 3fdf284d80d367287d369725e7334c5466457712
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:12:24 2024 +0100

    squash! gnu: hplip: Update to 3.24.4 and fix build with gcc-14.
    
    Change-Id: Ie55bdbc46081e0665edada5025b8a75099f898f1
---
 gnu/packages/cups.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 311bb6b219..401c9d1848 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -607,11 +607,11 @@ should only be used as part of the Guix cups-pk-helper 
service.")
               (substitute* "Makefile.in"
                 (("CFLAGS = @CFLAGS@" all)
                  (string-append all
-                                " -Wno-attributes"
-                                " -Wno-implicit-function-declaration"
-                                " -Wno-implicit-int"
-                                " -Wno-incompatible-pointer-types"
-                                " -Wno-return-mismatch")))))
+                                " -Wno-error=attributes"
+                                " -Wno-error=implicit-function-declaration"
+                                " -Wno-error=implicit-int"
+                                " -Wno-error=incompatible-pointer-types"
+                                " -Wno-error=return-mismatch")))))
           (add-after 'unpack 'fix-hard-coded-file-names
             (lambda* (#:key inputs outputs #:allow-other-keys)
               (let ((out #$output)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]