Norbert Thiebaud wrote:
the connector can now be built on MacOSX using system postgresql. (fixed a couple of WaE.. nothing serious)
And with attached patch, also a plain --enable-ext-postgresql-sdbc builds - Norbert, want to double-check & commit? Cheers, -- Thorsten
diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk index 2aae5db..e4c1a7d 100644 --- a/postgresql/makefile.mk +++ b/postgresql/makefile.mk @@ -64,6 +64,11 @@ BUILD_DIR=src/interfaces/libpq # but that's quite some guessing work. CONFIGURE_ACTION = ./configure --without-readline --disable-shared BUILD_ACTION = make -j$(GMAKE_MODULE_PARALLELISM) + +.IF "$(OS)"=="MACOSX" +BUILD_ACTION += all-static-lib +.ENDIF + .ENDIF # --- Targets ------------------------------------------------------
Attachment:
pgpkDhrqOaR9x.pgp
Description: PGP signature