From c267b2da2dc5617b0daee33f3fceb4f81a3bb3cf Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Mon, 26 Oct 2015 16:25:24 +0100 Subject: [PATCH] snort 2.9.7.6: removed unrecognized configure options in lfs file Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- lfs/snort | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lfs/snort b/lfs/snort index 77d3b0d613..373e53cd81 100644 --- a/lfs/snort +++ b/lfs/snort @@ -72,18 +72,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) $(DIR_SRC)/snort* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=/usr \ - --disable-nls \ --sysconfdir=/etc/snort \ --target=i586 \ --enable-linux-smp-stats \ - --enable-smb-alerts \ --enable-gre --enable-mpls \ --enable-targetbased \ - --enable-decoder-preprocessor-rules \ --enable-ppm \ --enable-non-ether-decoders \ --enable-perfprofiling \ - --enable-zlib \ --enable-active-response \ --enable-normalizer \ --enable-reload \ -- 2.39.5