]> granicus.if.org Git - postgresql/commit
Don't use deprecated dllwrap on Cygwin.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 21:14:01 +0000 (16:14 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 21:14:01 +0000 (16:14 -0500)
commite5c22c15d863fc557b9510cc5865c23803766b04
tree2b5d353b060c8aa3e62a02220ecb626dd36bd5f0
parentdfb4a1a21cb71f22ca49c4870cc7cfdc2d55f17b
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