xref: /OK3568_Linux_fs/buildroot/package/lualdap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  https://lualdap.github.io/lualdap/
12
13comment "lualdap needs a toolchain w/ wchar, dynamic library"
14	depends on BR2_USE_MMU
15	depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
16