[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/16: gnu: iperf: Omit static library.
From: |
guix-commits |
Subject: |
09/16: gnu: iperf: Omit static library. |
Date: |
Thu, 27 May 2021 12:27:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 80594d6749011e8655a65173ee2ad30b219bbbe5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 27 17:05:35 2021 +0200
gnu: iperf: Omit static library.
* gnu/packages/networking.scm (iperf)[arguments]: Add "--disable-static"
configure flag.
---
gnu/packages/networking.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 6cb1cc9..ccac1bf 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2358,6 +2358,9 @@ that block port 22.")
(sha256
(base32 "102wcyl4j7c7lj7z87b5xlhj1ark88v4f3q9pmmljw8ksn2w1m2g"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--disable-static")))
(synopsis "TCP, UDP and SCTP bandwidth measurement tool")
(description
"iPerf is a tool to measure achievable bandwidth on IP networks. It
- 04/16: gnu: xfsprogs: Update to 5.12.0., (continued)
- 04/16: gnu: xfsprogs: Update to 5.12.0., guix-commits, 2021/05/27
- 12/16: gnu: ccl: Update to 1.12.1., guix-commits, 2021/05/27
- 14/16: gnu: lksctp-tools: Edit synopsis & description., guix-commits, 2021/05/27
- 10/16: gnu: libopenmpt: Update to 0.5.9., guix-commits, 2021/05/27
- 05/16: gnu: libnftnl: Update to 1.2.0., guix-commits, 2021/05/27
- 06/16: gnu: nftables: Update to 0.9.9., guix-commits, 2021/05/27
- 13/16: gnu: libndp: Update to 1.8., guix-commits, 2021/05/27
- 08/16: gnu: iperf: Update to 3.10., guix-commits, 2021/05/27
- 16/16: gnu: phodav: Add gsettings-desktop-schemas input., guix-commits, 2021/05/27
- 11/16: gnu: shotwell: Update to 0.30.12., guix-commits, 2021/05/27
- 09/16: gnu: iperf: Omit static library.,
guix-commits <=
- 15/16: gnu: lksctp-tools: Update to 1.0.19., guix-commits, 2021/05/27
- 07/16: gnu: lightspark: Update to 0.8.4.1., guix-commits, 2021/05/27
- 01/16: gnu: sassc: Update to 3.6.2., guix-commits, 2021/05/27