aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2016-08-23 23:40:38 -0400
committerNoah Misch <noah@leadboat.com>2016-08-23 23:41:04 -0400
commitbe84c12ae9d65be85765c2b70bf14773d133c4f0 (patch)
tree41ba60b718daea320259fd3b0b77f881591e0ea0 /src
parent5c0b74240cb1f25a09b9b38d7cb665c0935a5d81 (diff)
downloadpostgresql-be84c12ae9d65be85765c2b70bf14773d133c4f0.tar.gz
postgresql-be84c12ae9d65be85765c2b70bf14773d133c4f0.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/bin/scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile
index 8c107b1ba43..c6ad4e75526 100644
--- a/src/bin/scripts/Makefile
+++ b/src/bin/scripts/Makefile
@@ -35,7 +35,7 @@ dropuser: dropuser.o common.o | submake-libpq submake-libpgport submake-libpgfeu
clusterdb: clusterdb.o common.o | submake-libpq submake-libpgport submake-libpgfeutils
vacuumdb: vacuumdb.o common.o | submake-libpq submake-libpgport submake-libpgfeutils
reindexdb: reindexdb.o common.o | submake-libpq submake-libpgport submake-libpgfeutils
-pg_isready: pg_isready.o common.o | submake-libpq submake-libpgport
+pg_isready: pg_isready.o common.o | submake-libpq submake-libpgport submake-libpgfeutils
install: all installdirs
$(INSTALL_PROGRAM) createdb$(X) '$(DESTDIR)$(bindir)'/createdb$(X)