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.
This commit is contained in:
parent
71e006f031
commit
b6418a0919
@ -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
|
clusterdb: clusterdb.o common.o | submake-libpq submake-libpgport submake-libpgfeutils
|
||||||
vacuumdb: vacuumdb.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
|
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: all installdirs
|
||||||
$(INSTALL_PROGRAM) createdb$(X) '$(DESTDIR)$(bindir)'/createdb$(X)
|
$(INSTALL_PROGRAM) createdb$(X) '$(DESTDIR)$(bindir)'/createdb$(X)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user