mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: iperf: Omit static library.
* gnu/packages/networking.scm (iperf)[arguments]: Add "--disable-static" configure flag.
This commit is contained in:
parent
f2c66d70fc
commit
80594d6749
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue