pgsql: Switch order of -lpgport and -lpgcommon - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Switch order of -lpgport and -lpgcommon
Date
Msg-id E1VWHPx-0001s1-5h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: correct 9.1 and 9.2 release note mention of timeline switc
Next
From: Robert Haas
Date:
Subject: pgsql: initdb: Suppress dynamic shared memory when probing for max_conn