Skip to content

Commit

Permalink
Wireshark: remove --with-ssl
Browse files Browse the repository at this point in the history
I'm pretty sure --with-ssl (which triggers linking against libcrypto) can be removed. As I recall it's a leftover from the days when we used Net-SNMP. Most of our decryption support is handled by gcrypt and GNUTLS.

Closes Homebrew/legacy-homebrew#34133.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
geraldcombs authored and jacknagel committed Nov 15, 2014
1 parent 4eda147 commit 79cbfac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/wireshark.rb
Expand Up @@ -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+")
Expand Down

0 comments on commit 79cbfac

Please sign in to comment.