1 config BR2_PACKAGE_OPENLDAP
3 depends on BR2_USE_WCHAR
4 depends on BR2_USE_MMU # needs fork()
6 OpenLDAP Software is an open source implementation of
7 the Lightweight Directory Access Protocol.
9 This only installs client-side support.
11 http://www.openldap.org/
13 if BR2_PACKAGE_OPENLDAP
15 config BR2_PACKAGE_OPENLDAP_CLIENTS
16 bool "openldap client binaries"
19 Install the OpenLDAP client tools (ldapadd, ldapcompare, ldapdelete,
20 ldapexop, ldapmodify, ldapmodrdn, ldappasswd, ldapsearch, ldapurl,
25 comment "openldap needs a toolchain w/ wchar"
26 depends on BR2_USE_MMU # needs fork()
27 depends on !BR2_USE_WCHAR