summaryrefslogtreecommitdiff
path: root/postgresql/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql/makefile.mk')
-rw-r--r--postgresql/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk
index 9ec3ec1eb73d..1c517685d72c 100644
--- a/postgresql/makefile.mk
+++ b/postgresql/makefile.mk
@@ -64,7 +64,7 @@ CONFIGURE_ACTION += --with-ldap
CONFIGURE_ACTION += --with-mozldap
.ENDIF
.ENDIF
-BUILD_ACTION = make -j$(GMAKE_MODULE_PARALLELISM) all-static-lib
+BUILD_ACTION = make -j$(GMAKE_MODULE_PARALLELISM) all-static-lib libpq-flags.mk
.ENDIF
# --- Targets ------------------------------------------------------