gnu: freetalk: Fix build.

* gnu/packages/messaging.scm (freetalk)[arguments]: Pass the -fcommon flag to
fix the build with GCC 10.
This commit is contained in:
Mathieu Othacehe 2021-09-28 12:44:46 +00:00
parent 26cb0c3960
commit 3f78935275
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1935,7 +1935,9 @@ (define-public freetalk
"1rmrn7a1bb7vm26yaklrvx008a9qhwc32s57dwrlf40lv9gffwny"))))
(build-system gnu-build-system)
(arguments
`(#:phases
`(#:configure-flags
(list "CFLAGS=-fcommon")
#:phases
(modify-phases %standard-phases
;; For 'system' commands in Scheme code.
(add-after 'install 'wrap-program