summaryrefslogtreecommitdiff
path: root/databases/postgresql80-plperl
diff options
context:
space:
mode:
authorjlam <jlam>2005-09-19 05:52:18 +0000
committerjlam <jlam>2005-09-19 05:52:18 +0000
commit8e6e3354fbf9d63123f575ecd54f0d750824bf3a (patch)
treeda44cd5325ff6a121d02bb3d702133d3239ebeae /databases/postgresql80-plperl
parent9bb681ee3a309c88ff568c4c3873f8ff1a0cc25b (diff)
downloadpkgsrc-8e6e3354fbf9d63123f575ecd54f0d750824bf3a.tar.gz
Don't bother stripping out the contents of "ccdlflags" from the contents
of "ldopts" used to link in the embedded perl interpreter. This fixes PR pkg/31293. The PostgreSQL configure code tries to be extra-clever with only using its own logic for determining which directories to add to the rpath. However, we don't really need PostgreSQL's configure to do this since the Perl config already provides the full set of flags for linking, including the appropriate rpath flags, and the rpaths flags determined by Perl (at least in pkgsrc) are guaranteed to match the ones needed PostgreSQL to link the plperl.so module. Bump the PKGREVISION of databases/postgresql80-plperl to 1.
Diffstat (limited to 'databases/postgresql80-plperl')
-rw-r--r--databases/postgresql80-plperl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql80-plperl/Makefile b/databases/postgresql80-plperl/Makefile
index 79906205510..8c17fca80a9 100644
--- a/databases/postgresql80-plperl/Makefile
+++ b/databases/postgresql80-plperl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/06 06:24:31 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2005/09/19 05:52:18 jlam Exp $
PKGNAME= postgresql80-plperl-${BASE_VERS}
+PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server