links: remove libressl option.
This commit is contained in:
parent
04a1247b60
commit
c0259e0311
1 changed files with 1 additions and 7 deletions
|
@ -13,7 +13,6 @@ class Links < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl" => :recommended
|
||||
depends_on "libressl" => :optional
|
||||
depends_on "libtiff" => :optional
|
||||
depends_on "jpeg" => :optional
|
||||
depends_on "librsvg" => :optional
|
||||
|
@ -25,14 +24,9 @@ class Links < Formula
|
|||
--disable-dependency-tracking
|
||||
--prefix=#{prefix}
|
||||
--mandir=#{man}
|
||||
--with-ssl=#{Formula["openssl"].opt_prefix}
|
||||
]
|
||||
|
||||
if build.with? "libressl"
|
||||
args << "--with-ssl=#{Formula["libressl"].opt_prefix}"
|
||||
else
|
||||
args << "--with-ssl=#{Formula["openssl"].opt_prefix}"
|
||||
end
|
||||
|
||||
args << "--enable-graphics" if build.with? "x11"
|
||||
args << "--without-libtiff" if build.without? "libtiff"
|
||||
args << "--without-libjpeg" if build.without? "jpeg"
|
||||
|
|
Loading…
Reference in a new issue