]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
snort 2.9.7.6: removed unrecognized configure options in lfs file
authorMatthias Fischer <matthias.fischer@ipfire.org>
Mon, 26 Oct 2015 15:25:24 +0000 (16:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Oct 2015 14:37:56 +0000 (14:37 +0000)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/snort

index 77d3b0d613b42b63e3393889ac2444e5c589112d..373e53cd810bd7f59c54a075e61abe6c8a677eb3 100644 (file)
--- 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 \