aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wireshark.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb
index 7f6e2c171..23ffb4acd 100644
--- a/Library/Formula/wireshark.rb
+++ b/Library/Formula/wireshark.rb
@@ -51,8 +51,7 @@ class Wireshark < Formula
def install
args = ["--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--with-gnutls",
- "--with-ssl"]
+ "--with-gnutls"]
args << "--disable-wireshark" if build.without?("gtk+3") && build.without?("qt") && build.without?("gtk+")
args << "--disable-gtktest" if build.without?("gtk+3") && build.without?("gtk+")