Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl
Дата
Msg-id 032708B0-DB9F-4E1D-913C-48F521C17532@yesql.se
обсуждение исходный текст
Ответ на [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl  (Fabrice Fontaine <fontaine.fabrice@gmail.com>)
Ответы Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl
Список pgsql-hackers
> On 31 Mar 2022, at 18:37, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> +ifeq ($(with_ssl),openssl)
> PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
> +endif

That seems reasonable, is there any reason why the referenced commit didn't do
that?

--
Daniel Gustafsson        https://vmware.com/




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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Reword docs of feature "Remove temporary files after backend crash"