Don't use deprecated dllwrap on Cygwin.

Andrew Dunstan <andrew@dunslane.net>

Commit: 7e1531a4504248d9df5deae8c4aa9340adaa7ef5
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2014-02-01T21:08:33Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/Makefile.shlib modified +12 −0
src/makefiles/Makefile.cygwin modified +2 −5