bind: fix OpenSSL configure option.

This commit is contained in:
Filippo Valsorda 2014-10-24 13:43:04 +01:00 committed by Mike McQuaid
parent c8e8503233
commit 07eb1997ad

View file

@ -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