[Libreoffice-commits] core.git: connectivity/Library_postgresql-sdbc-impl.mk

Matúš Kukan matus.kukan at gmail.com
Tue Mar 26 23:39:36 PDT 2013


 connectivity/Library_postgresql-sdbc-impl.mk |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 3e786028a31565a05a09b3cc36233f50688c7f8a
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Wed Mar 27 07:33:54 2013 +0100

    postgresql-sdbc-impl: does not need these externals for MSVC
    
    Hopefully.. blind fix for the build.
    
    Change-Id: I3c59ceba4eee9eb9950332433045dcb6337bef49

diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk
index d733f01..0a0e893 100644
--- a/connectivity/Library_postgresql-sdbc-impl.mk
+++ b/connectivity/Library_postgresql-sdbc-impl.mk
@@ -60,11 +60,13 @@ endif
 $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\
 	boost_headers \
 	postgresql \
-	openssl \
-	openldap \
-	nss3 \
-	plc4 \
-	ssl3 \
+	$(if $(filter-out MSC,$(COM)), \
+		openssl \
+		openldap \
+		nss3 \
+		plc4 \
+		ssl3 \
+	) \
 ))
 
 ifneq ($(SYSTEM_POSTGRESQL),YES)


More information about the Libreoffice-commits mailing list