diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Library_postgresql-sdbc-impl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index d733f01662ea..00832dd3e935 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -61,7 +61,7 @@ $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\ boost_headers \ postgresql \ openssl \ - openldap \ + $(if $(SYSTEM_OPENLDAP),openldap) \ nss3 \ plc4 \ ssl3 \ |