Re: BUG #2608: dblink compile fails on AIX 5.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2608: dblink compile fails on AIX 5.3
Date: 2006-09-10 21:40:04
Message-ID: 3275.1157924404@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Christopher Browne <cbbrowne(at)acm(dot)org> writes:
> +SHLIB_LINK += $(filter -lssl -lcrypto -lssleay32 -leay32, $(LIBS))

Done, but it's really pretty ugly. I am thinking it'd make more sense
for Makefile.global to define a macro for the libraries libpq depends
on ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-09-10 22:11:15 Re: BUG #2608: dblink compile fails on AIX 5.3
Previous Message Christopher Browne 2006-09-10 20:05:56 Re: BUG #2608: dblink compile fails on AIX 5.3