Thread: pgsql: Switch order of -lpgport and -lpgcommon

pgsql: Switch order of -lpgport and -lpgcommon

From
Peter Eisentraut
Date:
Switch order of -lpgport and -lpgcommon

Conceptually, libpgcommon can depend on libpgport, but not the other way
around.  In the past, this might not have mattered, but it's needed now
for asprintf.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/63f32f3416a8b4f8e057dc184e8e8eae734ccc8a

Modified Files
--------------
src/Makefile.global.in |    5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)