From f3f7b6ab22f2f9dc8a5aaf50b8991affd1337012 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Thu, 29 Aug 2019 09:07:04 +1000 Subject: [PATCH] xaric: move to OpenSSL 1.1 Closes #43561. Signed-off-by: Igor Kapkov --- Formula/xaric.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/xaric.rb b/Formula/xaric.rb index 0096cefb75..e333883584 100644 --- a/Formula/xaric.rb +++ b/Formula/xaric.rb @@ -14,12 +14,12 @@ class Xaric < Formula sha256 "3b8f2a6b837e43ff57ef626b4d46142562c1eda120ac5889124eab11d8b46b86" => :mavericks end - depends_on "openssl" + depends_on "openssl@1.1" def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", - "--with-openssl=#{Formula["openssl"].opt_prefix}" + "--with-openssl=#{Formula["openssl@1.1"].opt_prefix}" system "make", "install" end