mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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>
This commit is contained in:
parent
dfc5d5247f
commit
01ec5efff7
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ (define-public gcompris
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue