aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Candler2014-12-06 12:06:47 +0000
committerMike McQuaid2014-12-06 12:52:41 +0000
commit040297cbe192dcef468bee778d7c37823d752c08 (patch)
tree6703aa0e24cf7eeb24e1e146a738173b5d3016f6
parente6b7abae6e027483f69353f33fc4f4dc70933762 (diff)
downloadhomebrew-040297cbe192dcef468bee778d7c37823d752c08.tar.bz2
bwctl: add build options for iperf3 and thrulay
bwctl will statically link against iperf3 and thrulay if they are present, but will silently skip them if they are not Closes #34730. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/bwctl.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/bwctl.rb b/Library/Formula/bwctl.rb
index 9eb4d18c9..0bc0cacb9 100644
--- a/Library/Formula/bwctl.rb
+++ b/Library/Formula/bwctl.rb
@@ -13,6 +13,8 @@ class Bwctl < Formula
end
depends_on "i2util"
+ depends_on "iperf3" => :optional
+ depends_on "thrulay" => :optional
def install
system "./configure", "--disable-debug",