]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/snort
Fix snort will not run on some machines.
[ipfire-2.x.git] / lfs / snort
index 40442674e9532797de86a2a661d86cec5e757105..4b2e348e4b8793ae6019be8edb3d929d324e3f06 100644 (file)
--- a/lfs/snort
+++ b/lfs/snort
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @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 \
+           --sysconfdir=/etc/snort --target=i586 \
            --enable-linux-smp-stats --enable-smb-alerts
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install