Link libpq after libpgfeutils to satisfy Windows linker.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7caaeaf3607fae91318f24debce3dc017ca299a3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-03-25T00:45:31Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/bin/pgbench/Makefile modified +1 −1
src/bin/pg_dump/Makefile modified +1 −1
src/bin/psql/Makefile modified +1 −1
src/bin/scripts/Makefile modified +1 −1