From 1373e31de0a448734ab4a4118dbacc528831030e Mon Sep 17 00:00:00 2001 From: sbd Date: Tue, 10 Jul 2012 10:18:55 +0000 Subject: Add patch to "Link proper postgresql library" in autoconf source. --- net/bind99/patches/patch-contrib_dlz_config.dlz.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net/bind99/patches/patch-contrib_dlz_config.dlz.in (limited to 'net') diff --git a/net/bind99/patches/patch-contrib_dlz_config.dlz.in b/net/bind99/patches/patch-contrib_dlz_config.dlz.in new file mode 100644 index 00000000000..f05342daa0f --- /dev/null +++ b/net/bind99/patches/patch-contrib_dlz_config.dlz.in @@ -0,0 +1,15 @@ +$NetBSD: patch-contrib_dlz_config.dlz.in,v 1.1 2012/07/10 10:18:55 sbd Exp $ + +* Link proper postgresql library. + +--- contrib/dlz/config.dlz.in.orig 2012-06-01 15:29:52.000000000 +0000 ++++ contrib/dlz/config.dlz.in +@@ -105,7 +105,7 @@ case "$use_dlz_postgres" in + *) + DLZ_ADD_DRIVER(POSTGRES, dlz_postgres_driver, + [-I$use_dlz_postgres], +- [-L$use_dlz_postgres_lib -lpq]) ++ [-L${PREFIX}/lib -lpq]) + + AC_MSG_RESULT( + [using PostgreSQL from $use_dlz_postgres_lib and $use_dlz_postgres]) -- cgit v1.2.3