Kaydet (Commit) bee80a2a authored tarafından Fridrich Štrba's avatar Fridrich Štrba

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

üst 95a0d278
...@@ -10,4 +10,6 @@ ...@@ -10,4 +10,6 @@
--enable-ext-scripting-beanshell --enable-ext-scripting-beanshell
--enable-ext-scripting-javascript --enable-ext-scripting-javascript
--enable-ext-nlpsolver --enable-ext-nlpsolver
--enable-ext-postgresql-sdbc
--enable-extension-integration --enable-extension-integration
--without-system-postgresql
...@@ -63,7 +63,7 @@ BUILD_DIR=src/interfaces/libpq ...@@ -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", # --sysconfdir: config files. Ideally, we would like that to be "the same as the platform default",
# but that's quite some guessing work. # but that's quite some guessing work.
CONFIGURE_ACTION = ./configure --without-readline --disable-shared 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 .ENDIF
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment