web100clt: move to OpenSSL 1.1

This commit is contained in:
Igor Kapkov 2019-08-29 09:30:50 +10:00
parent 3e4f5dc781
commit bfbca58350
No known key found for this signature in database
GPG key ID: D7EEA6CEB7ECBDC7

View file

@ -16,7 +16,7 @@ class Web100clt < Formula
depends_on "i2util"
depends_on "jansson"
depends_on "openssl"
depends_on "openssl@1.1"
# fixes issue with new default secure strlcpy/strlcat functions in 10.9
# https://github.com/ndt-project/ndt/issues/106
@ -30,7 +30,7 @@ class Web100clt < Formula
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}",
"--with-openssl=#{Formula["openssl"].opt_prefix}"
"--with-openssl=#{Formula["openssl@1.1"].opt_prefix}"
# we only want to build the web100clt client so we need
# to change to the src directory before installing.