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

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-04-01T13:35:34Z
Lists: 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/




Commits

  1. libpq: Fix pkg-config without OpenSSL

  2. Add libpq's openssl dependencies to pkg-config file