diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-06 14:00:52 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-06 14:00:52 +0000 |
commit | b23e657f8b4d17907f7066ea3d1453303d35c3ea (patch) | |
tree | 76c7dafd94e10eabc0b2de8f85a3d48108177dab /net/analyzer/snort/snort.SlackBuild | |
parent | 3553d77a6a977487c8b7e4fdb95b0417a425f27a (diff) | |
download | slackbuilds-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/snort/snort.SlackBuild')
-rwxr-xr-x | net/analyzer/snort/snort.SlackBuild | 5 |
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 |