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>
This commit is contained in:
parent
8e21471fee
commit
475d8c9cdf
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue