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

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: 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 15:17:44
Message-ID: 8b8aa2f7-2510-9028-8c16-3897d565cca9@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 31.03.22 18:37, Fabrice Fontaine wrote:
> Do not add openssl dependencies to libpq pkg-config file if openssl is
> disabled to avoid the following build failure with libdbi-drivers raised
> since commit beff361bc1edc24ee5f8b2073a1e5e4c92ea66eb:
>
> configure: error: Package requirements (libpq) were not met:
>
> Package 'libssl', required by 'libpq', not found
> Package 'libcrypto', required by 'libpq', not found
>
> Fixes:
> -http://autobuild.buildroot.org/results/415cb61a58b928a42623ed90b0b60c59032f0a4e
>
> Signed-off-by: Fabrice Fontaine<fontaine(dot)fabrice(at)gmail(dot)com>

Fixed, thanks.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2022-04-01 15:21:11 Re: Per-table storage parameters for TableAM/IndexAM extensions
Previous Message Matthias van de Meent 2022-04-01 15:12:11 Re: Preventing indirection for IndexPageGetOpaque for known-size page special areas