guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]