* [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10.
@ 2022-01-02 17:45 Felix Gruber
2022-01-02 18:18 ` bug#52962: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-01-02 17:45 UTC (permalink / raw)
To: 52962; +Cc: Felix Gruber
* gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to
CFLAGS.
---
gnu/packages/education.scm | 2 ++
1 file changed, 2 insertions(+)
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
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-02 18:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-02 17:45 [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10 Felix Gruber
2022-01-02 18:18 ` bug#52962: " Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).