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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix use of config-specific libraries for Windows OpenSSL
Дата
Msg-id E1eWpmz-00060G-Tf@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/99d5a3ffb9fe61a5a8b01a4759d93c627f018923

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


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix use of config-specific libraries for Windows OpenSSL
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Rename pg_rewind's copy_file_range() to avoid conflict withnew