[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen updated: gnu: uget: Add -fcommon to CFLAGS.
From: |
guix-commits |
Subject: |
branch core-updates-frozen updated: gnu: uget: Add -fcommon to CFLAGS. |
Date: |
Mon, 22 Nov 2021 17:00:46 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado 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 a24b83d gnu: uget: Add -fcommon to CFLAGS.
a24b83d is described below
commit a24b83d7fff51ebd75ce6e694cde8d8435ba2ccf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 22 23:00:21 2021 +0100
gnu: uget: Add -fcommon to CFLAGS.
* gnu/packages/bittorrent.scm (uget)[arguments]: Add -fcommon to CFLAGS.
---
gnu/packages/bittorrent.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index f0f5128..197ad2a 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com>
;;; Copyright © 2018 Nam Nguyen <namn@berkeley.edu>
-;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2018, 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
@@ -363,6 +363,8 @@ Aria2 can be manipulated via built-in JSON-RPC and XML-RPC
interfaces.")
(sha256
(base32 "0dlrjhnm1pg2vwmp7nl2xv1aia5hyirb3021rl46x859k63zap24"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags '("CFLAGS=-fcommon")))
(inputs
`(("curl" ,curl)
("gtk+" ,gtk+)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen updated: gnu: uget: Add -fcommon to CFLAGS.,
guix-commits <=