From 1f6f9b5a1475c7b3cac5a417f178a76233afc649 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 26 Nov 2010 11:22:55 +0000
Subject: [PATCH]  - no need to use libdb in client & library only openldap

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40767 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/openldap.cfg | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/buildout/software-profiles/openldap.cfg b/buildout/software-profiles/openldap.cfg
index 3df0ff1339..7262058fae 100644
--- a/buildout/software-profiles/openldap.cfg
+++ b/buildout/software-profiles/openldap.cfg
@@ -2,7 +2,6 @@
 parts =
   openldap
 extends =
-  ../software-profiles/libdb.cfg
   ../software-profiles/openssl.cfg
   ../software-profiles/cyrus-sasl.cfg
 
@@ -22,5 +21,5 @@ configure-options =
   --with-tls=openssl
 
 environment =
-  CPPFLAGS=-I${libdb:location}/include -I${openssl:location}/include -I${cyrus-sasl:location}/include
-  LDFLAGS=-L${libdb:location}/lib -Wl,-rpath -Wl,${libdb:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${cyrus-sasl:location}/lib -Wl,-rpath -Wl,${cyrus-sasl:location}/lib
+  CPPFLAGS=-I${openssl:location}/include -I${cyrus-sasl:location}/include
+  LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${cyrus-sasl:location}/lib -Wl,-rpath -Wl,${cyrus-sasl:location}/lib
-- 
2.30.9