]> granicus.if.org Git - postgresql/commit
Link libpq after libpgfeutils to satisfy Windows linker.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Mar 2016 00:45:31 +0000 (20:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Mar 2016 00:45:31 +0000 (20:45 -0400)
commit7caaeaf3607fae91318f24debce3dc017ca299a3
treea669017f987d80514f7a837bc60639964714511b
parentc1156411ad0879a71956b64aa487babe7572685b
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.
src/bin/pg_dump/Makefile
src/bin/pgbench/Makefile
src/bin/psql/Makefile
src/bin/scripts/Makefile