pgsql: Install libpq DLL with $(INSTALL_SHLIB).

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Install libpq DLL with $(INSTALL_SHLIB).
Дата
Msg-id E1XJZoI-0002vi-7u@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Install libpq DLL with $(INSTALL_SHLIB).

Programs need execute permission on a DLL file to load it.  MSYS
"install" ignores the mode argument, and our Cygwin build statically
links libpq into programs.  That explains the lack of buildfarm trouble.
Back-patch to 9.0 (all supported versions).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8605bc75219fd9a46fbb38909f83bcdae56b6e01

Modified Files
--------------
src/interfaces/libpq/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Install libpq DLL with $(INSTALL_SHLIB).
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Make pg_service.conf sample LDIF more portable.