w3m: move to OpenSSL 1.1
Closes #43564. Signed-off-by: Igor Kapkov <igasgeek@me.com>
This commit is contained in:
parent
bfbca58350
commit
0d405bf8a8
1 changed files with 2 additions and 2 deletions
|
@ -26,12 +26,12 @@ class W3m < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "bdw-gc"
|
||||
depends_on "openssl"
|
||||
depends_on "openssl@1.1"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--disable-image",
|
||||
"--with-ssl=#{Formula["openssl"].opt_prefix}"
|
||||
"--with-ssl=#{Formula["openssl@1.1"].opt_prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue