aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFilippo Valsorda2014-10-24 13:43:04 +0100
committerMike McQuaid2014-10-24 14:21:24 +0100
commit70ed351968d11237b485e0d04337f24092635ebf (patch)
treed2aa280ac86691688f483539a6e7e91b74aab35d /Library/Formula
parent7817a5c432e6a564153c9bfec08a727942755c34 (diff)
downloadhomebrew-70ed351968d11237b485e0d04337f24092635ebf.tar.bz2
bind: fix OpenSSL configure option.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bind.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb
index 6cd2b7a68..7d877d82e 100644
--- a/Library/Formula/bind.rb
+++ b/Library/Formula/bind.rb
@@ -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