]> 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:12 +0000 (15:33 -0500)
commit0fb69340b2352d8491d15c11156d16988676f71f
tree7aac3e96db93f7eb0d51e40b8c6ab233ced4546e
parent43fb4b42230d23e235bed895734a0931fa4c496d
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