Re: Why are these modules built without respecting my LDFLAGS? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Why are these modules built without respecting my LDFLAGS?
Date
Msg-id 10108.1277648808@sss.pgh.pa.us
Whole thread Raw
In response to Why are these modules built without respecting my LDFLAGS?  ("Aaron W. Swenson" <aaron.w.swenson@gmail.com>)
Responses Re: Why are these modules built without respecting my LDFLAGS?  ("Aaron W. Swenson" <aaron.w.swenson@gmail.com>)
List pgsql-hackers
"Aaron W. Swenson" <aaron.w.swenson@gmail.com> writes:
> I have a short list of modules that have been built without respecting my 
> LDFLAGS and/or LDFLAGS_SL.

It's difficult to comment on this since you haven't told us what flags
you wanted to inject, nor exactly how you tried to inject them, nor what
version of PG you're working with, nor what platform you're on.  But
generally speaking I'd expect the values of those variables set by
configure to be used in linking all contrib modules.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Aaron W. Swenson"
Date:
Subject: Why are these modules built without respecting my LDFLAGS?
Next
From: Mike Fowler
Date:
Subject: [PATCH] Re: Adding XMLEXISTS to the grammar