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