Re: PL compilations ignores LDFLAGS - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: PL compilations ignores LDFLAGS
Date
Msg-id 200904240031.40733.peter_e@gmx.net
Whole thread Raw
In response to Re: PL compilations ignores LDFLAGS  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: PL compilations ignores LDFLAGS
List pgsql-hackers
On Thursday 23 April 2009 18:14:59 Zdenek Kotala wrote:
> I'm looking on Makefile.shlib and I see there strange line:
>
> # Insert -L from LDFLAGS after any -L already present in SHLIB_LINK
> SHLIB_LINK := $(filter -L%, $(SHLIB_LINK)) $(filter -L%, $(LDFLAGS))
> $(filter-out -L%, $(SHLIB_LINK))
>
> It seems to me that one of these line are not correct.

Why not?

> But anyway I lost -R somewhere.

Use LDFLAGS_SL.



pgsql-hackers by date:

Previous
From: Marc Munro
Date:
Subject: Re: RFE: Transparent encryption on all fields
Next
From: Peter Eisentraut
Date:
Subject: Re: PL compilations ignores LDFLAGS