]> granicus.if.org Git - postgresql/commit
Build libpgfeutils before pg_isready.
authorNoah Misch <noah@leadboat.com>
Wed, 24 Aug 2016 03:40:38 +0000 (23:40 -0400)
committerNoah Misch <noah@leadboat.com>
Wed, 24 Aug 2016 03:40:38 +0000 (23:40 -0400)
commitb6418a0919c2c161cf2ed65bc930a06c9c2d85da
treeaecfac64e870b376c32eb4a4dfa987ce3b2df647
parent71e006f031310f77ab72881c47a7d8f41df748bb
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.
src/bin/scripts/Makefile