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

From Daniel Gustafsson
Subject Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl
Date
Msg-id 032708B0-DB9F-4E1D-913C-48F521C17532@yesql.se
Whole thread Raw
In response to [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl  (Fabrice Fontaine <fontaine.fabrice@gmail.com>)
Responses Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set
Next
From: Daniel Gustafsson
Date:
Subject: Re: Reword docs of feature "Remove temporary files after backend crash"