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 Homebrew/homebrew#34730.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Brian Candler 2014-12-06 12:06:47 +00:00 committed by Mike McQuaid
parent 8e21471fee
commit 475d8c9cdf
1 changed files with 2 additions and 0 deletions

View File

@ -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",