Browse Source

* improved nepenthes to enable postgresql support if available

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

7
network/nepenthes/nepenthes.conf

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

Loading…
Cancel
Save