pgsql: Revert to using --enable-auto-import in Cygwin builds.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert to using --enable-auto-import in Cygwin builds.
Date: 2014-02-16 20:14:08
Message-ID: E1WF86K-0006n0-6i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8d6e2d4abf77c422714448e5f4270fdb1a84d973

Modified Files
--------------
src/template/cygwin | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-17 01:01:30 pgsql: Fix unportable coding in tarCreateHeader().
Previous Message Tom Lane 2014-02-16 19:54:36 pgsql: Further wordsmithing on 9.3.3 release notes.