summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/Library_postgresql-sdbc-impl.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk
index d733f01662ea..0a0e89344b7b 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)