From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] snort 2.9.7.6: removed unrecognized configure options in lfs file Date: Mon, 26 Oct 2015 16:29:12 +0100 Message-ID: <1445873352-17743-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6811402844649342496==" List-Id: --===============6811402844649342496== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On 15.10.2015 16:37, Michael Tremer wrote: > This patch won't apply. Don't know why. Hm. Any hint whats happening? I tested this patch today with a clean build and everything went ok, except f= or some configure warnings: "configure: WARNING: unrecognized options: --disable-nls, --enable-smb-alerts= , --enable-decoder-preprocessor-rules, --enable-zlib" I removed these options. Besides, this version is running now for about three weeks without noticeable= errors: ***SNIP*** ... 04:47:21 snort[16832]: ,,_ -*> Snort! <*- 04:47:22 snort[16832]: o" )~ Version 2.9.7.6 GRE (Build 285) 04:47:22 snort[16832]: '''' By Martin Roesch & The Snort Team: http://www.sno= rt.org/contact#team 04:47:22 snort[16832]: Copyright (C) 2014-2015 Cisco and/or its affiliates. A= ll rights reserved. 04:47:22 snort[16832]: Copyright (C) 1998-2013 Sourcefire, Inc., et al. 04:47:22 snort[16832]: Using libpcap version 1.7.4 04:47:22 snort[16832]: Using PCRE version: 8.37 2015-04-28 04:47:22 snort[16832]: Using ZLIB version: 1.2.8 ... ***SNAP*** Can I investigate further? Regards Matthias Signed-off-by: Matthias Fischer --- lfs/snort | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lfs/snort b/lfs/snort index a8318db..148f539 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=3D/usr \ - --disable-nls \ --sysconfdir=3D/etc/snort \ --target=3Di586 \ --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 \ --=20 2.6.2 --===============6811402844649342496==--