parent
e25899ef7d
commit
d99bd2e1c2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue