Re: LDFLAGS overriding - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: LDFLAGS overriding
Date
Msg-id 200410012241.41491.peter_e@gmx.net
Whole thread Raw
In response to Re: LDFLAGS overriding  (Reini Urban <rurban@x-ray.at>)
Responses Re: LDFLAGS overriding
List pgsql-patches
Reini Urban wrote:
> I think that LDFLAGS overriding is in some situations bad for newer
> libtool, as it is used with some postgresql contrib makefiles and
> interfaces.

We're not using libtool.

> LIBS are added to LDFLAGS where they really should be added to
> LIBS, not LDFLAGS.
> This causes incorrect order in the linker command-line, which fails
> in building shared libs. A similar problem as with building php.

Please point out where that happens so it can be corrected.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Int_aggregate/pgstattuple minor fix
Next
From: "Magnus Hagander"
Date:
Subject: Re: SSL on win32