board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / openldap / Config.in
blob3085a5c87e82e5aa6dc25acbba85c4fd308b79f6
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.
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"
17         default y
18         help
19           Install the OpenLDAP client tools (ldapadd, ldapcompare, ldapdelete,
20           ldapexop, ldapmodify, ldapmodrdn, ldappasswd, ldapsearch, ldapurl,
21           ldapwhoami)
23 endif
25 comment "openldap needs a toolchain w/ wchar"
26         depends on BR2_USE_MMU # needs fork()
27         depends on !BR2_USE_WCHAR