mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user