Обсуждение: Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries

Поиск
Список
Период
Сортировка

Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries

От
Tom Lane
Дата:
Chris Browne <cbbrowne@acm.org> writes:
> I still need the following, on AIX:

> -SHLIB_LINK = $(libpq)
> +SHLIB_LINK = $(libpq) $(LIBS)

No you don't --- see recent warthog complaint.  We have to filter LIBS
down to just the minimum.

            regards, tom lane

Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries

От
Tom Lane
Дата:
Chris Browne <cbbrowne@acm.org> writes:
> tgl@sss.pgh.pa.us (Tom Lane) writes:
>> No you don't --- see recent warthog complaint.  We have to filter LIBS
>> down to just the minimum.

> I'm at a loss, then.

> - If LIBS is being filtered to the minimum, then shouldn't it be
>   appropriate to add it in here?

No, LIBS isn't filtered at all.  See my recent commit to sslinfo's
Makefile --- I blew it just like this, you should learn from my mistake.

            regards, tom lane