From 040297cbe192dcef468bee778d7c37823d752c08 Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Sat, 6 Dec 2014 12:06:47 +0000 Subject: 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 --- Library/Formula/bwctl.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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", -- cgit v1.2.3