[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen updated: gnu: freetalk: Fix build.
From: |
guix-commits |
Subject: |
branch core-updates-frozen updated: gnu: freetalk: Fix build. |
Date: |
Tue, 28 Sep 2021 08:45:29 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new 3f78935 gnu: freetalk: Fix build.
3f78935 is described below
commit 3f7893527548a9459a0bd88fed2a4dea1a34aeda
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Sep 28 12:44:46 2021 +0000
gnu: freetalk: Fix build.
* gnu/packages/messaging.scm (freetalk)[arguments]: Pass the -fcommon flag
to
fix the build with GCC 10.
---
gnu/packages/messaging.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f075d28..2d6a5c7 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen updated: gnu: freetalk: Fix build.,
guix-commits <=