gnu: iperf: Omit static library.

* gnu/packages/networking.scm (iperf)[arguments]: Add "--disable-static"
configure flag.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-27 17:05:35 +02:00
parent f2c66d70fc
commit 80594d6749
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2358,6 +2358,9 @@ (define-public iperf
(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