gnu: vinagre: Fix compiling with gcc 10.
* gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.master
parent
aa916f343c
commit
726d077bde
|
@ -4503,7 +4503,8 @@ selection and URL hints.")))
|
|||
(arguments
|
||||
;; Disable -Werror and such, to avoid build failures on compilation
|
||||
;; warnings.
|
||||
'(#:configure-flags '("--enable-compile-warnings=minimum")
|
||||
'(#:configure-flags '("--enable-compile-warnings=minimum"
|
||||
"CFLAGS=-fcommon")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'install 'skip-gtk-update-icon-cache
|
||||
|
|
Reference in New Issue