Switch order of -lpgport and -lpgcommon
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Oct 2013 03:03:42 +0000 (23:03 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Oct 2013 03:03:42 +0000 (23:03 -0400)
commit63f32f3416a8b4f8e057dc184e8e8eae734ccc8a
tree2ccb35b6717cac607c8e4cba5cc01e900150384b
parent90c7b7d16bb3a90fc9168ff8942fbf78308e727d
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.
src/Makefile.global.in