2020-12-20 14:55:14 +01:00
|
|
|
config BR2_PACKAGE_LUALDAP
|
|
|
|
bool "lualdap"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
depends on BR2_USE_WCHAR # openldap
|
|
|
|
depends on BR2_USE_MMU # openldap
|
|
|
|
select BR2_PACKAGE_OPENLDAP
|
|
|
|
help
|
|
|
|
LuaLDAP is a simple interface from Lua to an LDAP client,
|
|
|
|
in fact it is a bind to OpenLDAP client.
|
|
|
|
|
2021-03-17 11:12:34 +01:00
|
|
|
https://lualdap.github.io/lualdap/
|
2020-12-20 14:55:14 +01:00
|
|
|
|
2021-03-17 11:12:34 +01:00
|
|
|
comment "lualdap needs a toolchain w/ wchar, dynamic library"
|
2020-12-20 14:55:14 +01:00
|
|
|
depends on BR2_USE_MMU
|
2021-03-17 11:12:34 +01:00
|
|
|
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|