From 8e6e3354fbf9d63123f575ecd54f0d750824bf3a Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 19 Sep 2005 05:52:18 +0000 Subject: 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. --- databases/postgresql80-plperl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/postgresql80-plperl') 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 -- cgit v1.2.3