trafficserver: remove options

This commit is contained in:
FX Coudert 2018-09-13 12:07:26 +02:00
parent 30eee28def
commit 65bc47fa01

View file

@ -28,8 +28,6 @@ class Trafficserver < Formula
end
end
option "with-experimental-plugins", "Enable experimental plugins"
depends_on "openssl"
depends_on "pcre"
@ -50,10 +48,9 @@ class Trafficserver < Formula
--with-tcl=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework
--with-group=admin
--disable-silent-rules
--enable-experimental-plugins
]
args << "--enable-experimental-plugins" if build.with? "experimental-plugins"
system "autoreconf", "-fvi" if build.head?
system "./configure", *args