me
/
guix
Archived
1
0
Fork 0

gnu: gcompris: Fix build with GCC 10.

* gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to CFLAGS.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Felix Gruber 2022-01-02 17:45:37 +00:00 committed by Leo Famulari
parent dfc5d5247f
commit 01ec5efff7
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 0 deletions

View File

@ -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