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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Fabrice Fontaine <fontaine(dot)fabrice(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl
Date: 2022-04-01 13:59:01
Message-ID: 985261.1648821541@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Daniel Gustafsson <daniel(at)yesql(dot)se> writes:
>> On 31 Mar 2022, at 18:37, Fabrice Fontaine <fontaine(dot)fabrice(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-04-01 14:07:34 Re: [PATCH] Accept IP addresses in server certificate SANs
Previous Message Robert Haas 2022-04-01 13:57:48 Re: Reword docs of feature "Remove temporary files after backend crash"