From a1cc35cbf009720ea3e9d771daf50a1f5e855241 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 31 Oct 2014 01:16:38 +0000 Subject: hydra: additional optional dependencies Adds some additional optional dependencies to Hydra to enable fuller use of all the modules as desired. Also tacked in a note about the weird Yosemite/gcc compile issues discussed upstream, with an intention to keep an eye on it over time. --- Library/Formula/hydra.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/hydra.rb b/Library/Formula/hydra.rb index 83c8e3ac3..b07a1ef4c 100644 --- a/Library/Formula/hydra.rb +++ b/Library/Formula/hydra.rb @@ -18,10 +18,15 @@ class Hydra < Formula depends_on "pkg-config" => :build depends_on :mysql - depends_on "libssh" => :optional depends_on "openssl" + depends_on "libidn" => :optional + depends_on "libssh" => :optional + depends_on "pcre" => :optional + depends_on "gtk+" => :optional def install + # Having our gcc in the PATH first can cause issues. Monitor this. + # https://github.com/vanhauser-thc/thc-hydra/issues/22 system "./configure", "--prefix=#{prefix}" bin.mkpath system "make", "all", "install" -- cgit v1.2.3