pgsql: libpq: Fix pkg-config without OpenSSL

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: Fix pkg-config without OpenSSL
Date: 2022-04-01 15:17:33
Message-ID: E1naJ1p-000JtT-9x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Fix pkg-config without OpenSSL

Do not add OpenSSL dependencies to libpq pkg-config file if OpenSSL is
not enabled. Oversight in beff361bc1edc24ee5f8b2073a1e5e4c92ea66eb.

Author: Fabrice Fontaine <fontaine(dot)fabrice(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/20220331163759.32665-1-fontaine.fabrice%40gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7a27892750e966998381e6c34cdfec30ac5e3906

Modified Files
--------------
src/interfaces/libpq/Makefile | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-04-01 17:22:18 Re: pgsql: Add function to pump IPC process until string match
Previous Message Tom Lane 2022-04-01 15:05:57 pgsql: Set minimum required version of zstd as 1.4.0.