aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Turnbull2011-10-19 12:05:46 +1100
committerJack Nagel2011-11-15 18:46:47 -0600
commit1900527debba049ef360e8fdc38e13682acbdf35 (patch)
tree0cc05f21f4f21957b34311ad706b75c3e562208c
parent0885c268d5e81bce9df07694f4278d25f3f00da6 (diff)
downloadhomebrew-1900527debba049ef360e8fdc38e13682acbdf35.tar.bz2
snort: enable options to use default ruleset
Closes #8181. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/snort.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/snort.rb b/Library/Formula/snort.rb
index f45d93802..96d698a20 100644
--- a/Library/Formula/snort.rb
+++ b/Library/Formula/snort.rb
@@ -13,7 +13,8 @@ class Snort < Formula
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--enable-ipv6", "--enable-zlib",
"--enable-mpls", "--enable-targetbased", "--enable-ppm",
- "--enable-perfprofiling"
+ "--enable-perfprofiling", "--enable-active-response",
+ "--enable-normalizer"
system "make install"
end