[Erp5-report] r40767 luke - /erp5/trunk/buildout/software-profiles/openldap.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 26 12:23:03 CET 2010
Author: luke
Date: Fri Nov 26 12:22:55 2010
New Revision: 40767
URL: http://svn.erp5.org?rev=40767&view=rev
Log:
- no need to use libdb in client & library only openldap
Modified:
erp5/trunk/buildout/software-profiles/openldap.cfg
Modified: erp5/trunk/buildout/software-profiles/openldap.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/openldap.cfg?rev=40767&r1=40766&r2=40767&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/openldap.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/openldap.cfg [utf8] Fri Nov 26 12:22:55 2010
@@ -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
More information about the Erp5-report
mailing list