Oops...

This one should be all right!!

Sorry

Regards
On Wed, 4 Sep 2002, Serguei Mokhov wrote:

> Date: Wed, 4 Sep 2002 12:23:11 -0400
> From: Serguei Mokhov <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], pgsql-hackers list <[EMAIL PROTECTED]>
> Subject: Re: [HACKERS] Bug in Makefile.shlib
> 
> ----- Original Message ----- 
> From: "Olivier PRENANT" <[EMAIL PROTECTED]>
> Sent: September 04, 2002 12:18 PM
> 
> > I think I figured why I can't buil plperl on unixware 711/OpenUnix 800.
> > 
> > It seems Makefile.shlib has changed between 722 and 73 and -z text has
> > been added. However with this on, it fails to build libperl.so
> > 
> > Maybe I'm wrong, but could someone consider this patch.
> 
> Your patch got it backwards :)
> 
> -s
> 

-- 
Olivier PRENANT                 Tel:    +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou           +33-5-61-50-97-01 (Fax)
31190 AUTERIVE                      +33-6-07-63-80-64 (GSM)
FRANCE                      Email: [EMAIL PROTECTED]
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)
*** Makefile.shlib.orig mer sep  4 18:13:12 2002
--- Makefile.shlib      mer sep  4 18:13:39 2002
***************
*** 247,253 ****
        LINK.shared     = $(CXX) -G
      endif
    endif
!   LINK.shared         += -Wl,-z,text -Wl,-h,$(soname)
  endif
  
  ifeq ($(PORTNAME), win)
--- 247,253 ----
        LINK.shared     = $(CXX) -G
      endif
    endif
!   LINK.shared         += -Wl,-h,$(soname)
  endif
  
  ifeq ($(PORTNAME), win)

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to