pgsql: Fix use of config-specific libraries for Windows OpenSSL - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix use of config-specific libraries for Windows OpenSSL
Date
Msg-id E1eWplt-0005ye-WA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix use of config-specific libraries for Windows OpenSSL

Commit 614350a3 allowed for an different builds of OpenSSL libraries on
Windows, but ignored the fact that the alternative builds don't have
config-specific libraries. This patch fixes the Solution file to ask for
the correct libraries.

per offline discussions with Leonardo Cecchi and Marco Nenciarini,

Backpatch to all live branches.

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5404145c5ad4b86865c2030f0dbba52686e80c21

Modified Files
--------------
src/tools/msvc/Solution.pm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Make XactLockTableWait work for transactions that are not yetse
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix use of config-specific libraries for Windows OpenSSL