pgsql: Don't use deprecated dllwrap on Cygwin.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Don't use deprecated dllwrap on Cygwin.
Дата
Msg-id E1W9htj-0002nU-JV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't use deprecated dllwrap on Cygwin.

The preferred method is to use "cc -shared", and this allows binaries
to be rebased if required, unlike dllwrap.

Backpatch to 9.0 where we have buildfarm coverage.

There are still some issues with Cygwin, especially modern Cygwin, but
this helps us get closer to good support.

Marco Atzeri.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e5c22c15d863fc557b9510cc5865c23803766b04

Modified Files
--------------
src/Makefile.shlib            |   12 ++++++++++++
src/makefiles/Makefile.cygwin |    7 ++-----
2 files changed, 14 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Don't use deprecated dllwrap on Cygwin.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Don't use deprecated dllwrap on Cygwin.