summaryrefslogtreecommitdiff
path: root/postgresql
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-11 12:24:38 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-11 12:24:38 +0100
commitbee80a2a5762ab483b64b6d9b38d39ed3ffeca1f (patch)
tree235108a49eb2fe5329839846cddea6829a7c9132 /postgresql
parent95a0d27887934ab60af321ce83655238a29df981 (diff)
Make internal pgsql build on mac and make it default for release
Diffstat (limited to 'postgresql')
-rw-r--r--postgresql/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk
index 2aae5db73e70..29797791b254 100644
--- a/postgresql/makefile.mk
+++ b/postgresql/makefile.mk
@@ -63,7 +63,7 @@ BUILD_DIR=src/interfaces/libpq
# --sysconfdir: config files. Ideally, we would like that to be "the same as the platform default",
# but that's quite some guessing work.
CONFIGURE_ACTION = ./configure --without-readline --disable-shared
-BUILD_ACTION = make -j$(GMAKE_MODULE_PARALLELISM)
+BUILD_ACTION = make -j$(GMAKE_MODULE_PARALLELISM) all-static-lib
.ENDIF
# --- Targets ------------------------------------------------------