aboutsummaryrefslogtreecommitdiff
path: root/net/analyzer
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-03-06 14:00:52 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-03-06 14:00:52 +0000
commitb23e657f8b4d17907f7066ea3d1453303d35c3ea (patch)
tree76c7dafd94e10eabc0b2de8f85a3d48108177dab /net/analyzer
parent3553d77a6a977487c8b7e4fdb95b0417a425f27a (diff)
downloadslackbuilds-b23e657f8b4d17907f7066ea3d1453303d35c3ea.tar.gz
slackbuilds-b23e657f8b4d17907f7066ea3d1453303d35c3ea.tar.bz2
snort: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1091 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/analyzer')
-rwxr-xr-xnet/analyzer/snort/snort.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/analyzer/snort/snort.SlackBuild b/net/analyzer/snort/snort.SlackBuild
index 9801c13f..73de226c 100755
--- a/net/analyzer/snort/snort.SlackBuild
+++ b/net/analyzer/snort/snort.SlackBuild
@@ -107,8 +107,9 @@ fi
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR \
--localstatedir=/var --enable-pthread \
- --enable-linux-smp-stats --with-mysql=/usr \
- --disable-dynamicplugin || exit $ERROR_CONF
+ --enable-linux-smp-stats || exit $ERROR_CONF
+ # --with-mysql=/usr \
+ # --disable-dynamicplugin
make || exit $ERROR_MAKE
make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL