pgsql: Link libpq after libpgfeutils to satisfy Windows linker.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Link libpq after libpgfeutils to satisfy Windows linker.
Date: 2016-03-25 00:45:38
Message-ID: E1ajFsg-00088u-9M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Link libpq after libpgfeutils to satisfy Windows linker.

Some of the non-MSVC Windows buildfarm members seem to need this to avoid
getting "undefined symbol" errors on libpgfeutils' references to libpq.
I could understand that if libpq were a static library, but surely it is
not? Oh well, at least the extra reference is no more harmful than it is
for libpgcommon or libpgport.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7caaeaf3607fae91318f24debce3dc017ca299a3

Modified Files
--------------
src/bin/pg_dump/Makefile | 2 +-
src/bin/pgbench/Makefile | 2 +-
src/bin/psql/Makefile | 2 +-
src/bin/scripts/Makefile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-03-25 07:05:06 Re: pgsql: Move each SLRU's lwlocks to a separate tranche.
Previous Message Tom Lane 2016-03-25 00:29:04 pgsql: Move psql's psqlscan.l into src/fe_utils.