Config.in 681 B

123456789101112131415161718192021222324252627
  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 the
  7. Lightweight Directory Access Protocol.
  8. This only installs client-side support.
  9. http://www.openldap.org/
  10. if BR2_PACKAGE_OPENLDAP
  11. config BR2_PACKAGE_OPENLDAP_CLIENTS
  12. bool "openldap client binaries"
  13. default y
  14. help
  15. Install the OpenLDAP client tools (ldapadd, ldapcompare,
  16. ldapdelete, ldapexop, ldapmodify, ldapmodrdn, ldappasswd,
  17. ldapsearch, ldapurl, ldapwhoami)
  18. endif
  19. comment "openldap needs a toolchain w/ wchar"
  20. depends on BR2_USE_MMU # needs fork()
  21. depends on !BR2_USE_WCHAR