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:36 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | 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_0_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/1c0bf372fa185278856970c4e80d7714570392d1
Modified Files
--------------
src/Makefile.shlib | 12 ++++++++++++
src/makefiles/Makefile.cygwin | 5 +----
2 files changed, 13 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2014-02-01 21:14:43 | pgsql: Don't use deprecated dllwrap on Cygwin. |
Previous Message | Andrew Dunstan | 2014-02-01 20:18:13 | pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin. |