diff options
author | sbd <sbd@pkgsrc.org> | 2012-07-10 10:18:55 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-07-10 10:18:55 +0000 |
commit | 1373e31de0a448734ab4a4118dbacc528831030e (patch) | |
tree | a07abae3e680ae9cac6f07e7af061b90adc4e40d /net/bind99 | |
parent | efa5060f96bf277b203e5f50b8a65a1841a2b267 (diff) | |
download | pkgsrc-1373e31de0a448734ab4a4118dbacc528831030e.tar.gz |
Add patch to "Link proper postgresql library" in autoconf source.
Diffstat (limited to 'net/bind99')
-rw-r--r-- | net/bind99/patches/patch-contrib_dlz_config.dlz.in | 15 |
1 files changed, 15 insertions, 0 deletions
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]) |