Re: Open items for 8.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Chris Browne <cbbrowne(at)acm(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Open items for 8.2
Date: 2006-09-05 23:26:03
Message-ID: 144.1157498763@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Chris Browne wrote:
>> I've got suggested patches for my item (e.g. - --with-openssl causing
>> contrib stuff to break on AIX); a couple of instances of:
>>
>> SHLIB_LINK = $(libpq) $(LIBS)
>>
>> in contrib/dblink/Makefile and contrib/sslinfo seem to do the trick.
>> I'm not sure of adverse effects for others, so that's only speculative
>> at this point...

> My guess is that sslinfo needs it because of the use of the SSL
> libraries.

I just added $(LIBS) to sslinfo's Makefile to fix its build failure on
Darwin. (I see no reason why libpq should be involved there, though.)
I'm unclear on why AIX would need more than Darwin does to get dblink
to build.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2006-09-05 23:26:56 Re: Win32 hard crash problem
Previous Message Alvaro Herrera 2006-09-05 23:23:54 Re: Win32 hard crash problem

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Browne 2006-09-06 00:34:35 Re: Open items for 8.2
Previous Message Bruce Momjian 2006-09-05 23:09:32 Re: Open items for 8.2