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.


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to