summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-12 11:03:22 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-12 11:07:35 +0100
commitd8583566f20389ddfbe662615f27671178e6fd0e (patch)
tree92c14126cef8274d963577519589dc4e601978ff /connectivity
parent09400837349f3f42d47ff570abb3c2d5f50b3e50 (diff)
Enable pgsql LDAP support when building with OpenLDAP
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk
index 68837d9564b7..4784d75f4fa4 100644
--- a/connectivity/source/drivers/postgresql/makefile.mk
+++ b/connectivity/source/drivers/postgresql/makefile.mk
@@ -151,9 +151,10 @@ SHL2STDLIBS= \
$(CPPUHELPERLIB) \
$(SALLIB) \
$(SALHELPERLIB) \
- $(OPENSSLLIB) \
$(POSTGRESQL_LIB) \
- $(LIBPQ_LINK)
+ $(LIBPQ_LINK) \
+ $(OPENSSLLIB) \
+ $(LDAPSDKLIB)
SHL2LIBS= $(LIB2TARGET)
SHL2DEF= $(MISC)$/$(SHL2TARGET).def