Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.