From 475d8c9cdf34db4a8e03ed9f0ed59802c5959b78 Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Sat, 6 Dec 2014 12:06:47 +0000 Subject: [PATCH] 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 --- Formula/bwctl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/bwctl.rb b/Formula/bwctl.rb index 9eb4d18c9f..0bc0cacb91 100644 --- a/Formula/bwctl.rb +++ b/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",