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