pgsql: Don't use deprecated dllwrap on Cygwin.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't use deprecated dllwrap on Cygwin.
Date: 2014-02-01 21:14:52
Message-ID: E1W9hts-0002nt-8Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-02-01 21:15:15 pgsql: Don't use deprecated dllwrap on Cygwin.
Previous Message Andrew Dunstan 2014-02-01 21:14:43 pgsql: Don't use deprecated dllwrap on Cygwin.