]> granicus.if.org Git - postgresql/commit
Revert to using --enable-auto-import in Cygwin builds.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Feb 2014 20:14:04 +0000 (15:14 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Feb 2014 20:14:04 +0000 (15:14 -0500)
commit8d6e2d4abf77c422714448e5f4270fdb1a84d973
treebf1f1c45f2a01c72fca2373a57c0ef4681b73a07
parent734ff84b086e098e6106f19c4146357c5eaa9594
Revert to using --enable-auto-import in Cygwin builds.

Disabling auto-import requires that all libraries we use be careful about
declspecs for exported variables; and it seems they aren't.  This means
that Cygwin will not give us useful info about missing PGDLLIMPORT markers;
but it's probably sufficient that MSVC and Mingw builds do.
src/template/cygwin