Re: [Plperlng-devel] Re: [PATCHES] latest plperl

2004-07-01 Thread Joe Conway
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)

Re: [Plperlng-devel] Re: [PATCHES] latest plperl

2004-07-01 Thread Andrew Dunstan
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