mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: vinagre: Fix compiling with gcc 10.
* gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.
This commit is contained in:
parent
aa916f343c
commit
726d077bde
1 changed files with 2 additions and 1 deletions
|
@ -4503,7 +4503,8 @@ (define-public vinagre
|
||||||
(arguments
|
(arguments
|
||||||
;; Disable -Werror and such, to avoid build failures on compilation
|
;; Disable -Werror and such, to avoid build failures on compilation
|
||||||
;; warnings.
|
;; warnings.
|
||||||
'(#:configure-flags '("--enable-compile-warnings=minimum")
|
'(#:configure-flags '("--enable-compile-warnings=minimum"
|
||||||
|
"CFLAGS=-fcommon")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'install 'skip-gtk-update-icon-cache
|
(add-before 'install 'skip-gtk-update-icon-cache
|
||||||
|
|
Loading…
Reference in a new issue