Commit 1f6f9b5a authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent 6e5ea6b4
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
parts = parts =
openldap openldap
extends = extends =
../software-profiles/libdb.cfg
../software-profiles/openssl.cfg ../software-profiles/openssl.cfg
../software-profiles/cyrus-sasl.cfg ../software-profiles/cyrus-sasl.cfg
...@@ -22,5 +21,5 @@ configure-options = ...@@ -22,5 +21,5 @@ configure-options =
--with-tls=openssl --with-tls=openssl
environment = environment =
CPPFLAGS=-I${libdb:location}/include -I${openssl:location}/include -I${cyrus-sasl:location}/include CPPFLAGS=-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 LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${cyrus-sasl:location}/lib -Wl,-rpath -Wl,${cyrus-sasl:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment