diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-26 14:11:18 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-26 14:22:20 -0400 |
commit | 3326a85ae6ad417b37deeee52fd9a806f42004ba (patch) | |
tree | acfa52f0a147114f86923741cb2f401aab2e3aad /connectivity | |
parent | ca9435ecbbf27e1d49a89956c80b527ae5c3efd1 (diff) |
fix postgresql build
Change-Id: I379029dbf600769e415582aa7162f320e707c3da
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 \ |