Make internal pgsql build on mac and make it default for release

This commit is contained in:
Fridrich Štrba
2011-12-11 12:24:38 +01:00
parent 95a0d27887
commit bee80a2a57
2 changed files with 3 additions and 1 deletions

View File

@@ -10,4 +10,6 @@
--enable-ext-scripting-beanshell
--enable-ext-scripting-javascript
--enable-ext-nlpsolver
--enable-ext-postgresql-sdbc
--enable-extension-integration
--without-system-postgresql

View File

@@ -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 ------------------------------------------------------