summaryrefslogtreecommitdiff
path: root/databases/postgresql84-dblink
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-04-22 13:01:30 +0000
committeradam <adam@pkgsrc.org>2011-04-22 13:01:30 +0000
commit15ec2adba8f9edd5fa807cf09c22ea9aff42ecc1 (patch)
treeaac0e8330a52ed3b29251e3462cb2640b10bb31c /databases/postgresql84-dblink
parentca495f4bdb081d4d4760ece3b69d57c7b838bafd (diff)
downloadpkgsrc-15ec2adba8f9edd5fa807cf09c22ea9aff42ecc1.tar.gz
Changes 8.4.8:
* fix build issues on HP-UX and Itanium * update time zone files for recent time zone changes * change SQLSTATE for Hot Standby warnings * prevent bgwriter hang during recovery * prevent recursive composite type creation * disallow dropping tables whose triggers are still pending * allow use of "replication" as a user name * prevent a crash during GEQO planning * improve join plans for tables with missing statistics * fix error with SELECT FOR UPDATE in a subselect * close PL/python array slice memory leak * allow SSL connections for users with no home directory
Diffstat (limited to 'databases/postgresql84-dblink')
-rw-r--r--databases/postgresql84-dblink/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql84-dblink/Makefile b/databases/postgresql84-dblink/Makefile
index 10e76fddd6d..44bc613df4a 100644
--- a/databases/postgresql84-dblink/Makefile
+++ b/databases/postgresql84-dblink/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/02/15 08:14:16 adam Exp $
+# $NetBSD: Makefile,v 1.4 2011/04/22 13:01:30 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-dblink-/}
COMMENT= dblink module for remote database connections
@@ -10,9 +10,10 @@ DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-
.include "../../databases/postgresql84/Makefile.common"
CONFIGURE_ARGS+= --with-openssl
+BUILD_MAKE_FLAGS= PGXS=1
+
BUILD_DIRS= src/interfaces/libpq
BUILD_DIRS+= contrib/dblink
-BUILD_MAKE_FLAGS= PGXS=1
INSTALL_DIRS= contrib/dblink
REQD_DIRS+= share/doc/postgresql/contrib
REQD_DIRS+= share/postgresql/contrib