Re: LDFLAGS vs. shared libraries - Mailing list pgsql-hackers

From Oliver Jowett
Subject Re: LDFLAGS vs. shared libraries
Date
Msg-id 4122EE2F.6040003@opencloud.com
Whole thread Raw
In response to Re: LDFLAGS vs. shared libraries  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Oliver Jowett <oliver@opencloud.com> writes:
> 
>>Is there a Right Way to pass extra options for 
>>shared-library linking?
> 
> LDFLAGS_SL is meant for this, I believe.  Dunno whether you can set it
> via configure, though ... that may be an oversight.  In the meantime
> you could hand-hack Makefile.global to set it.

Ok. LDFLAGS_SL only seems to be used for AIX & BeOS at the moment, and 
configure does not know about it. I will look at modifying configure.in 
and Makefile.shlib to support it on other platforms.

-O


pgsql-hackers by date:

Previous
From: Oliver Jowett
Date:
Subject: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks
Next
From: Tom Lane
Date:
Subject: Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks