gnu: uim-gtk: Pass -fcommon to compiler.

* gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
This commit is contained in:
Ricardo Wurmus 2021-11-22 20:07:25 +01:00
parent 1882282843
commit 108b923d92
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6679,6 +6679,10 @@ (define-public uim-gtk
`(("gtk" ,gtk+)
("gtk" ,gtk+-2)
,@(package-inputs uim)))
(arguments
(substitute-keyword-arguments (package-arguments uim)
((#:configure-flags configure-flags)
(append configure-flags (list "CFLAGS=-fcommon")))))
(synopsis "Multilingual input method framework (GTK+ support)")))
(define-public uim-qt