From: Matthias Fischer Date: Mon, 26 Oct 2015 15:25:24 +0000 (+0100) Subject: snort 2.9.7.6: removed unrecognized configure options in lfs file X-Git-Tag: v2.17-core95~34^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c267b2da2dc5617b0daee33f3fceb4f81a3bb3cf;p=people%2Fstevee%2Fipfire-2.x.git snort 2.9.7.6: removed unrecognized configure options in lfs file Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- 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 \