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

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Fabrice Fontaine <fontaine(dot)fabrice(at)gmail(dot)com>
Cc: 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:35:34
Message-ID: 032708B0-DB9F-4E1D-913C-48F521C17532@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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?

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

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