Browse Source

* fixed nepenthes postgresql support by providing libdir

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

1
network/nepenthes/nepenthes.conf

@ -46,4 +46,5 @@ if pkginstalled postgresql ; then
pkgprefix -t postgresql
var_append confopt " " "--enable-postgre"
var_append confopt ' ' "--with-postgre-include=$root$( pkgprefix includedir postgresql )"
var_append confopt ' ' "--with-postgre-lib=$root$( pkgprefix libdir postgresql )"
fi

Loading…
Cancel
Save