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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix use of config-specific libraries for Windows OpenSSL
Дата
Msg-id E1eWplt-0005yc-W7@gemulon.postgresql.org
обсуждение исходный текст
Список 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_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2d03daa7b8b1b8061afa80bdec85da5d761e1023

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make XactLockTableWait work for transactions that are not yetse
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix use of config-specific libraries for Windows OpenSSL