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 @@ that block port 22.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "102wcyl4j7c7lj7z87b5xlhj1ark88v4f3q9pmmljw8ksn2w1m2g"))))
|
(base32 "102wcyl4j7c7lj7z87b5xlhj1ark88v4f3q9pmmljw8ksn2w1m2g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
(list "--disable-static")))
|
||||||
(synopsis "TCP, UDP and SCTP bandwidth measurement tool")
|
(synopsis "TCP, UDP and SCTP bandwidth measurement tool")
|
||||||
(description
|
(description
|
||||||
"iPerf is a tool to measure achievable bandwidth on IP networks. It
|
"iPerf is a tool to measure achievable bandwidth on IP networks. It
|
||||||
|
|
Reference in a new issue