2015-01-25 23:19:20 +01:00
|
|
|
config BR2_PACKAGE_OPENLDAP
|
|
|
|
bool "openldap"
|
|
|
|
depends on BR2_USE_WCHAR
|
2015-01-31 23:08:55 +01:00
|
|
|
depends on BR2_USE_MMU # needs fork()
|
2015-01-25 23:19:20 +01:00
|
|
|
help
|
|
|
|
OpenLDAP Software is an open source implementation of
|
|
|
|
the Lightweight Directory Access Protocol.
|
|
|
|
|
|
|
|
This only installs client-side support.
|
|
|
|
|
|
|
|
http://www.openldap.org/
|
|
|
|
|
|
|
|
comment "openldap needs a toolchain w/ wchar"
|
2015-01-31 23:08:55 +01:00
|
|
|
depends on BR2_USE_MMU # needs fork()
|
2015-01-25 23:19:20 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|