]> granicus.if.org Git - postgresql/commit
Don't use deprecated dllwrap on Cygwin.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 21:13:46 +0000 (16:13 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 21:13:46 +0000 (16:13 -0500)
commitfad443753eea7d33ac68b4a9582596d623b4793b
tree9b9d9205ff1dd2bbb71c880162e21b4b2e2db0d5
parent6e96d4db8ad13c8661ec032532c4c36ace81df95
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.
src/Makefile.shlib
src/makefiles/Makefile.cygwin