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
-
libpq: Fix pkg-config without OpenSSL
- 465ab24296c2 15.0 landed
- 7a27892750e9 14.3 landed
-
Add libpq's openssl dependencies to pkg-config file
- beff361bc1ed 14.0 cited