pgsql: Build libpgfeutils before pg_isready.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Build libpgfeutils before pg_isready.
Date: 2016-08-24 03:42:50
Message-ID: E1bcP5W-0002Wf-2A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Build libpgfeutils before pg_isready.

Every program having -lpgfeutils in LDFLAGS must have this dependency,
whether or not the program uses a libpgfeutils symbol. Back-patch to
9.6, where libpgfeutils was introduced.

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/be84c12ae9d65be85765c2b70bf14773d133c4f0

Modified Files
--------------
src/bin/scripts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-08-24 15:11:54 pgsql: doc: Fix XSLT speedup with older upstream stylesheet versions
Previous Message Tom Lane 2016-08-24 03:21:31 pgsql: Suppress compiler warnings in non-cassert builds.