Don't use deprecated dllwrap on Cygwin.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 21:14:15 +0000 (16:14 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 21:14:15 +0000 (16:14 -0500)
commit1c0bf372fa185278856970c4e80d7714570392d1
tree5e5c76c66766a669c92f6b9cf85f60fef8312349
parent59d64e7f30106e467ac1efa29f15d805da630ac9
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