Browse Source

* fixed snort conf file reflecting changes in the configure script

'--with-mysql' usage is depreceated


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21958 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
bc8be00096
  1. 5
      security/snort/snort.conf

5
security/snort/snort.conf

@ -31,9 +31,8 @@ fi
# mysql support
if pkginstalled mysql; then
pkgprefix -t mysql
var_append extraconfopt " " "--with-mysql=/$( pkgprefix mysql )"
var_append LD_RUN_PATH ':' "$( pkgprefix libdir mysql )/mysql"
export LD_RUN_PATH
var_append extraconfopt " " "--with-mysql-includes=$root/$( pkgprefix includedir mysql )"
var_append extraconfopt " " "--with-mysql-libraries=$root/$( pkgprefix libdir mysql )"
fi
# prelude support

Loading…
Cancel
Save