summaryrefslogtreecommitdiff
path: root/extensions/source/config
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-20 09:58:58 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-20 09:58:58 +0000
commitb71f6f5b9e459f5172f0155a05be0bb76add4a08 (patch)
tree063f5a7d347ee24ccd097cb9f9c3f53271395a47 /extensions/source/config
parent0d191a0574684beb01858a5205b40654bdfd8200 (diff)
INTEGRATION: CWS cmcfixes23 (1.9.52); FILE MERGED
2005/11/29 14:05:31 cmc 1.9.52.1: #i58621# openldap has deprecated some of its api
Diffstat (limited to 'extensions/source/config')
-rw-r--r--extensions/source/config/ldap/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/config/ldap/makefile.mk b/extensions/source/config/ldap/makefile.mk
index 729d362ce37e..68546ed6b497 100644
--- a/extensions/source/config/ldap/makefile.mk
+++ b/extensions/source/config/ldap/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 19:25:01 $
+# last change: $Author: obo $ $Date: 2006-01-20 10:58:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -63,7 +63,7 @@ LDAPSDKINCLUDES = -I$(SOLARINCDIR)$/mozilla
.ENDIF
.IF "$(WITH_OPENLDAP)" == "YES"
-CFLAGS += -DWITH_OPENLDAP
+CFLAGS += -DWITH_OPENLDAP -DLDAP_DEPRECATED
.ENDIF
SOLARINC+= $(LDAPSDKINCLUDES)