Re: [Plperlng-devel] Re: latest plperl

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>, <plperlng-devel(at)pgfoundry(dot)org>
Subject: Re: [Plperlng-devel] Re: latest plperl
Date: 2004-07-01 15:28:19
Message-ID: 33984.199.90.235.43.1088695699.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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

Please adjust.

thanks

andrew

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2004-07-01 16:06:56 Re: latest plperl
Previous Message ohp 2004-07-01 15:11:16 Re: PITR Archive Recovery