Re: BUG #2600: dblink compile with SSL missing libraries - Mailing list pgsql-patches

From Chris Browne
Subject Re: BUG #2600: dblink compile with SSL missing libraries
Date
Msg-id 60d5a7qaxx.fsf@dba2.int.libertyrms.com
Whole thread Raw
In response to Re: BUG #2600: dblink compile with SSL missing libraries  (Chris Browne <cbbrowne@acm.org>)
Responses Re: BUG #2600: dblink compile with SSL missing libraries
List pgsql-patches
tgl@sss.pgh.pa.us (Tom Lane) writes:
> 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.

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?

- There isn't any variable other than LIBS that *does* get bound to
  include -lssl and -lcrypto

- Do we need to add an additional LIBSSL, spattered widely through
  makefiles, which sometimes gets linked in?

- Or do we need some custom DBLINKLIBS, defined in configure, that is
  only used for dblink?
--
(reverse (concatenate 'string "moc.enworbbc" "@" "enworbbc"))
http://www3.sympatico.ca/cbbrowne/languages.html
QT adds to  a Linux distribution a level  of licencing complexity that
nullifies one of the major  virtues of Linux: no licencing complexity.
-- <jedi@dementia.mishnet>

pgsql-patches by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: related problem of path by msvc
Next
From: Tom Lane
Date:
Subject: Re: BUG #2600: dblink compile with SSL missing libraries