]> granicus.if.org Git - postgresql/commit
Fix use of config-specific libraries for Windows OpenSSL
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 3 Jan 2018 20:26:39 +0000 (15:26 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 3 Jan 2018 20:34:21 +0000 (15:34 -0500)
commit5404145c5ad4b86865c2030f0dbba52686e80c21
treedd3d1b4f7bdf9fb93860983bccfe137bfcac29c2
parent9173695b616665592d3dc62a72ef5cbb859dca65
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.
src/tools/msvc/Solution.pm