trafficserver: remove references to pre-Mavericks.
This commit is contained in:
parent
5872fb2d3c
commit
de2b9ccbef
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ class Trafficserver < Formula
|
|||
# is not set then it's forced to 10.4, which breaks compile on Mojave.
|
||||
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version
|
||||
|
||||
# Needed for OpenSSL headers
|
||||
if MacOS.version <= :lion
|
||||
ENV.append_to_cflags "-Wno-deprecated-declarations"
|
||||
end
|
||||
|
||||
args = %W[
|
||||
--prefix=#{prefix}
|
||||
--mandir=#{man}
|
||||
|
|
Loading…
Reference in a new issue