pgsql: Build libpgfeutils before pg_isready.

Lists: pgsql-committers
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-0002Wc-23@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
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
------
master

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

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