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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix use of config-specific libraries for Windows OpenSSL
Date: 2018-01-03 20:36:21
Message-ID: E1eWplt-0005yY-Vz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/85cdcde1f42e136efce3c51bfd47bdf8ecb7d3dd

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-01-03 20:37:29 pgsql: Fix use of config-specific libraries for Windows OpenSSL
Previous Message Alvaro Herrera 2018-01-03 20:30:40 pgsql: Make XactLockTableWait work for transactions that are not yet se