From 7c70208c0d866d39d0a41bd6160d4f811c50cd30 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 6 Aug 2007 00:23:00 +0000 Subject: [PATCH] * fixed nepenthes postgresql support by providing libdir git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21967 10447126-35f2-4685-b0cf-6dd780d3921f --- network/nepenthes/nepenthes.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/network/nepenthes/nepenthes.conf b/network/nepenthes/nepenthes.conf index 800c7245b..7866fbf1f 100644 --- a/network/nepenthes/nepenthes.conf +++ b/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