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

Поиск
Список
Период
Сортировка
От Aaron W. Swenson
Тема Re: Why are these modules built without respecting my LDFLAGS?
Дата
Msg-id 201006271838.09279.aaron.w.swenson@gmail.com
обсуждение исходный текст
Ответ на Re: Why are these modules built without respecting my LDFLAGS?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Why are these modules built without respecting my LDFLAGS?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sunday 27 June 2010 10:26:48 you wrote:
> "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
> 

Thank you for the quick response. I apologize for leaving out some pertinent 
information.

OS = Gentoo Linux
CPU = AMD Athlon XP-M x86
LDFLAGS = -Wl,-O1,--hash-style=gnu
LDFLAGS_SL = ${LDFLAGS}
PgSQL = 8.4.4

LDFLAGS and LDFLAGS_SL are exported as environment variables that ./configure 
does pick up, and pg_config confirms this. (pg_config also reveals that '--as-
needed' is tacked onto LDFLAGS, which isn't a problem.)


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mike Fowler
Дата:
Сообщение: Re: [PATCH] Re: Adding XMLEXISTS to the grammar
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why are these modules built without respecting my LDFLAGS?