From 281b4debe9b933e6c007b48f424deb0278f548b4 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Thu, 16 Sep 2021 10:36:16 +0200 Subject: gnu: glabels: Fix build. * gnu/packages/gnome.scm (glabels)[arguments]: Pass '-fcommon' to CFLAGS. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fa6795f604..fef3656706 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11470,6 +11470,8 @@ to.") `(("gtk+" ,gtk+) ("librsvg" ,librsvg) ("libxml2" ,libxml2))) + (arguments + `(#:configure-flags '("CFLAGS=-fcommon"))) (home-page "https://glabels.org/") (synopsis "Program for creating labels and business cards") (description -- cgit v1.2.3