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: pgpKJNqweneUi.pgp
Description: PGP signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to