libopendkim: fix El Cap compile

Closes Homebrew/homebrew#44926.

Closes Homebrew/homebrew#44975.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2015-10-15 02:09:25 +01:00
parent 98fd6a3e2e
commit 5eab7cd561

View file

@ -20,7 +20,8 @@ class Libopendkim < Formula
"--disable-silent-rules",
"--prefix=#{prefix}",
"--disable-filter",
"--with-unbound=#{Formula["unbound"].opt_prefix}"
"--with-unbound=#{Formula["unbound"].opt_prefix}",
"--with-openssl=#{Formula["openssl"].opt_prefix}"
system "make", "install"
end