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

From Tom Lane
Subject Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl
Date
Msg-id 985261.1648821541@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
>> 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?

Looks like a clear oversight to me, but maybe Peter will
think differently.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Reword docs of feature "Remove temporary files after backend crash"
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Accept IP addresses in server certificate SANs