Browse Source

* improved nepenthes to enable mysql support if available

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21965 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
698dd74c5b
  1. 7
      network/nepenthes/nepenthes.conf

7
network/nepenthes/nepenthes.conf

@ -33,3 +33,10 @@ if pkginstalled libssh ; then
pkgprefix -t libssh
var_append confopt ' ' "--with-ssh-include=$root$( pkgprefix includedir libssh )/libssh"
fi
# mysql support
if pkginstalled mysql ; then
pkgprefix -t mysql
var_append confopt " " "--enable-mysql"
var_append confopt ' ' "--with-mysql-include=$root$( pkgprefix includedir mysql )/mysql"
fi

Loading…
Cancel
Save