Fix snort will not run on some machines.

This commit is contained in:
Arne Fitzenreiter
2010-06-13 18:56:46 +02:00
parent f370c68ce3
commit b86d9c0a17
2 changed files with 5 additions and 1 deletions

View File

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