epic5: fix openssl detection on 10.11

Closes Homebrew/homebrew#44099.
This commit is contained in:
Dominyk Tiller 2015-09-18 14:29:57 +01:00
parent e25899ef7d
commit d99bd2e1c2

View file

@ -24,7 +24,8 @@ class Epic5 < Formula
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}",
"--with-ipv6"
"--with-ipv6",
"--with-ssl=#{Formula["openssl"].opt_prefix}"
system "make", "install"
end