Re: pgsql: Provide a TLS init hook

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Provide a TLS init hook
Дата
Msg-id 16587.1585174641@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Provide a TLS init hook  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Provide a TLS init hook
Список pgsql-committers
I wrote:
> Buildfarm's not terribly happy --- I suspect that the makefile for
> the new test module is failing to link in libopenssl explicitly.

Concretely, I see that contrib/sslinfo has

SHLIB_LINK += $(filter -lssl -lcrypto -lssleay32 -leay32, $(LIBS))

which you probably need to crib here.  There might be some analogous
magic in the MSVC files, too.

            regards, tom lane



В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Provide a TLS init hook
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assorted portability issues in commit 896fcdb23.