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:
parent
98fd6a3e2e
commit
5eab7cd561
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue