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

From Peter Eisentraut
Subject Re: [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl
Date
Msg-id 8b8aa2f7-2510-9028-8c16-3897d565cca9@enterprisedb.com
Whole thread Raw
In response to [PATCH] src/interfaces/libpq/Makefile: fix pkg-config without openssl  (Fabrice Fontaine <fontaine.fabrice@gmail.com>)
List 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.fabrice@gmail.com>

Fixed, thanks.




pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: Preventing indirection for IndexPageGetOpaque for known-size page special areas
Next
From: Greg Stark
Date:
Subject: Re: Per-table storage parameters for TableAM/IndexAM extensions