pgsql: Find openssl lib files in right directory for MSVC

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Find openssl lib files in right directory for MSVC
Date: 2017-06-05 18:29:43
Message-ID: E1dHwl5-00049U-OR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Find openssl lib files in right directory for MSVC

Some openssl builds put their lib files in a VC subdirectory, others do
not. Cater for both cases.

Backpatch to all live branches.

From an offline discussion with Leonardo Cecchi.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b64ff9c5af1e7e8c665f6fd76cecb0e3e82b0921

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-06-05 18:51:10 pgsql: Code review for shm_toc.h/.c.
Previous Message Tom Lane 2017-06-05 16:05:48 pgsql: Don't be so trusting that shm_toc_lookup() will always succeed.