fetchmail: explicitly specify openssl prefix
Closes Homebrew/homebrew#41064. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
76e9c801cb
commit
94c64117a3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Fetchmail < Formula
|
||||||
depends_on "openssl"
|
depends_on "openssl"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-ssl"
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-ssl=#{Formula["openssl"].opt_prefix}"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue