pgsql: Don't use deprecated dllwrap on Cygwin. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Don't use deprecated dllwrap on Cygwin.
Date
Msg-id E1W9huF-0002od-Fk@gemulon.postgresql.org
Whole thread Raw
List 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/27942baf49eb3a939dde14cb81f254fbdf2b1816

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Don't use deprecated dllwrap on Cygwin.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Don't use deprecated dllwrap on Cygwin.