snort 2.9.7.6: removed unrecognized configure options in lfs file

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2015-10-26 16:25:24 +01:00
committed by Michael Tremer
parent a14e8d0256
commit c267b2da2d

View File

@@ -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 \