]> 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:41:04 +0000 (23:41 -0400)
commitbe84c12ae9d65be85765c2b70bf14773d133c4f0
tree41ba60b718daea320259fd3b0b77f881591e0ea0
parent5c0b74240cb1f25a09b9b38d7cb665c0935a5d81
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