3085a5c87e82e5aa6dc25acbba85c4fd308b79f6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openldap / Config.in
1 config BR2_PACKAGE_OPENLDAP
2         bool "openldap"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # needs fork()
5         help
6           OpenLDAP Software is an open source implementation of
7           the Lightweight Directory Access Protocol.
8
9           This only installs client-side support.
10
11           http://www.openldap.org/
12
13 if BR2_PACKAGE_OPENLDAP
14
15 config BR2_PACKAGE_OPENLDAP_CLIENTS
16         bool "openldap client binaries"
17         default y
18         help
19           Install the OpenLDAP client tools (ldapadd, ldapcompare, ldapdelete,
20           ldapexop, ldapmodify, ldapmodrdn, ldappasswd, ldapsearch, ldapurl,
21           ldapwhoami)
22
23 endif
24
25 comment "openldap needs a toolchain w/ wchar"
26         depends on BR2_USE_MMU # needs fork()
27         depends on !BR2_USE_WCHAR