Re: BUG #2600: dblink compile with SSL missing libraries

Поиск
Список
Период
Сортировка
От Chris Browne
Тема Re: BUG #2600: dblink compile with SSL missing libraries
Дата
Msg-id 60d5a7qaxx.fsf@dba2.int.libertyrms.com
обсуждение исходный текст
Ответ на Re: BUG #2600: dblink compile with SSL missing libraries  (Chris Browne <cbbrowne@acm.org>)
Ответы Re: BUG #2600: dblink compile with SSL missing libraries  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: related problem of path by msvc
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2600: dblink compile with SSL missing libraries