pgsql: Use --disable-auto-import linker switch in Mingw builds, too. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Date
Msg-id E1WDdE8-0001ys-NL@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Use --disable-auto-import linker switch in Mingw builds, too.

This is evidently the default on buildfarm member narwhal, but that
is a pretty ancient Mingw version, and there is reason to think that
more recent versions of GNU ld have this feature turned on by default.
Since we are trying to achieve consistency of link behavior across
all Windows toolchains, let's just make sure here.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1c9acd5c86a71b8ab73bc139eb5e0ad292b9a7d4

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove --enable-auto-import linker switch in Cygwin build.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Kill pg_basebackup background process when exiting