pgsql: Cygwin build fixes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cygwin build fixes.
Date: 2014-02-11 17:10:59
Message-ID: E1WDGrL-0005HT-Bc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cygwin build fixes.

Get rid of use of dlltool for linking the main postgres executable.
dlltool is obsolete and we'd prefer to stop depending on it.

Also, include $(LDAP_LIBS_FE) in $(libpq_pgport). (It's not clear that
this is really needed, or why it's not a linker bug if it is needed.
But reports are that it's needed on current Cygwin.)

We might want to back-patch this if it works, but first let's see
what the buildfarm thinks.

Marco Atzeri

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cba6ffaef3987211fb31ba869eb2a476bad6f6d3

Modified Files
--------------
src/Makefile.global.in | 7 ++++++-
src/backend/Makefile | 20 +++++++++-----------
2 files changed, 15 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-11 17:56:29 pgsql: Get rid of use of dlltool in Mingw builds.
Previous Message Peter Eisentraut 2014-02-11 02:50:20 pgsql: scripts: Remove newlines from end of generated SQL