Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries
Date
Msg-id 23857.1157573098@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Naz Gassiep
Date:
Subject: Re: Timezone List
Next
From: Gregory Stark
Date:
Subject: Re: Win32 hard crash problem