xaric: move to OpenSSL 1.1
Closes #43561. Signed-off-by: Igor Kapkov <igasgeek@me.com>
This commit is contained in:
parent
7e678ea702
commit
f3f7b6ab22
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@ class Xaric < Formula
|
||||||
sha256 "3b8f2a6b837e43ff57ef626b4d46142562c1eda120ac5889124eab11d8b46b86" => :mavericks
|
sha256 "3b8f2a6b837e43ff57ef626b4d46142562c1eda120ac5889124eab11d8b46b86" => :mavericks
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "openssl"
|
depends_on "openssl@1.1"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-dependency-tracking",
|
system "./configure", "--disable-dependency-tracking",
|
||||||
"--prefix=#{prefix}",
|
"--prefix=#{prefix}",
|
||||||
"--with-openssl=#{Formula["openssl"].opt_prefix}"
|
"--with-openssl=#{Formula["openssl@1.1"].opt_prefix}"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue