diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/iperf3.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/iperf3.rb b/Library/Formula/iperf3.rb index ff4e101b0..6ff4fe367 100644 --- a/Library/Formula/iperf3.rb +++ b/Library/Formula/iperf3.rb @@ -13,11 +13,8 @@ class Iperf3 < Formula sha1 "ccee12f33d9d2f786e8d5a1fdf05a6725134e8d9" => :lion end - depends_on :autoconf - def install - system "./configure", "--disable-debug", - "--prefix=#{prefix}" + system "./configure", "--prefix=#{prefix}" system "make", "clean" # there are pre-compiled files in the tarball system "make", "install" end |
