me
/
guix
Archived
1
0
Fork 0

gnu: freetalk: Fix build.

* gnu/packages/messaging.scm (freetalk)[arguments]: Pass the -fcommon flag to
fix the build with GCC 10.
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -1935,7 +1935,9 @@ support, and more.")
"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