guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: foomatic-filters: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: foomatic-filters: Fix build.
Date: Mon, 27 Sep 2021 15:47:57 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 98a6201  gnu: foomatic-filters: Fix build.
98a6201 is described below

commit 98a62011b051ce7f7383b0c6d071c0d2d536e940
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Sep 27 19:46:40 2021 +0000

    gnu: foomatic-filters: Fix build.
    
    * gnu/packages/cups.scm (foomatic-filters)[arguments]: Pass the -fcommon 
flag
    to fix compilation with GCC 10.
---
 gnu/packages/cups.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 0fa126f..e9bc4b4 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -750,7 +750,7 @@ should only be used as part of the Guix cups-pk-helper 
service.")
                                (string-append "ac_cv_path_PPR_LIB="
                                               (assoc-ref %outputs "out")
                                               "/lib/ppr/lib")
-
+                               "CFLAGS=-fcommon"
                                ;; For some reason these are misdiagnosed.
                                "ac_cv_func_malloc_0_nonnull=yes"
                                "ac_cv_func_realloc_0_nonnull=yes")



reply via email to

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