Config.in 456 B

123456789101112131415
  1. config BR2_PACKAGE_LUALDAP
  2. bool "lualdap"
  3. depends on !BR2_STATIC_LIBS
  4. depends on BR2_USE_WCHAR # openldap
  5. depends on BR2_USE_MMU # openldap
  6. select BR2_PACKAGE_OPENLDAP
  7. help
  8. LuaLDAP is a simple interface from Lua to an LDAP client,
  9. in fact it is a bind to OpenLDAP client.
  10. https://lualdap.github.io/lualdap/
  11. comment "lualdap needs a toolchain w/ wchar, dynamic library"
  12. depends on BR2_USE_MMU
  13. depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS