Re: Why are these modules built without respecting my LDFLAGS?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Aaron W(dot) Swenson" <aaron(dot)w(dot)swenson(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Why are these modules built without respecting my LDFLAGS?
Date: 2010-06-27 14:26:48
Message-ID: 10108.1277648808@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Aaron W. Swenson" <aaron(dot)w(dot)swenson(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Fowler 2010-06-27 16:04:47 [PATCH] Re: Adding XMLEXISTS to the grammar
Previous Message Aaron W. Swenson 2010-06-27 12:13:19 Why are these modules built without respecting my LDFLAGS?