Re: [Plperlng-devel] Re: latest plperl

From: Joe Conway <mail(at)joeconway(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org, plperlng-devel(at)pgfoundry(dot)org
Subject: Re: [Plperlng-devel] Re: latest plperl
Date: 2004-07-01 16:41:38
Message-ID: 40E43EC2.30308@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan wrote:
> I also got the rpath test sense wrong in the make file fix. It should read
> (assuming this mailer dowsn't break lines badly):
>
> ifeq ($(enable_rpath), yes)
> SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
> -Wl,-rpath,$(perl_archlibexp)/CORE
> else
> SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
> endif

OK -- wasn't in the last patch I posted, but I got it now.

Joe

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-07-01 17:06:20 Re: latest plperl
Previous Message Joe Conway 2004-07-01 16:33:57 Re: latest plperl