From 01ec5efff7cf95cae69493bd4ccfdd21a38770ae Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sun, 2 Jan 2022 17:45:37 +0000 Subject: gnu: gcompris: Fix build with GCC 10. * gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to CFLAGS. Signed-off-by: Leo Famulari --- gnu/packages/education.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/education.scm') diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index efb2df474e..cf1236a90f 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -96,6 +96,8 @@ ;; of Gstreamer. (list "--enable-sdlmixer" "LDFLAGS=-lgmodule-2.0") + #:make-flags + (list "CFLAGS=-fcommon") #:phases (modify-phases %standard-phases (add-after 'set-paths 'set-sdl-paths -- cgit v1.2.3