]> 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:33:32 +0000 (15:33 -0500)
commit85cdcde1f42e136efce3c51bfd47bdf8ecb7d3dd
tree2d78846fca28001f2d0257a5081b9dd743872a47
parentfe0cc5ba5372eca5e9eec1b317dffa0adf7b1049
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