From a24b83d7fff51ebd75ce6e694cde8d8435ba2ccf Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 22 Nov 2021 23:00:21 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index f0f5128db4..197ad2ac55 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -8,7 +8,7 @@ ;;; Copyright © 2017 Jelle Licht ;;; Copyright © 2018 Fis Trivial ;;; Copyright © 2018 Nam Nguyen -;;; Copyright © 2018 Ricardo Wurmus +;;; Copyright © 2018, 2021 Ricardo Wurmus ;;; Copyright © 2019, 2020 Brett Gilio ;;; Copyright © 2020 Hartmut Goebel ;;; Copyright © 2021 Justin Veilleux @@ -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+) -- cgit v1.2.3