bind: fix OpenSSL configure option.
This commit is contained in:
parent
c8e8503233
commit
07eb1997ad
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Bind < Formula
|
|||
system "./configure", "--prefix=#{prefix}",
|
||||
"--enable-threads",
|
||||
"--enable-ipv6",
|
||||
"--with-ssl-dir=#{Formula["openssl"].opt_prefix}"
|
||||
"--with-openssl=#{Formula["openssl"].opt_prefix}"
|
||||
|
||||
# From the bind9 README: "Do not use a parallel "make"."
|
||||
ENV.deparallelize
|
||||
|
|
Loading…
Reference in a new issue