openwrt-packages/libs/openldap
Matthew Hagan 6c0f24d146 openldap: hide configurables when libopenldap is not enabled
When openldap is not enabled, the following configurables remain present
in the config:

CONFIG_OPENLDAP_DEBUG=y
\# CONFIG_OPENLDAP_CRYPT is not set
\# CONFIG_OPENLDAP_MONITOR is not set
\# CONFIG_OPENLDAP_DB47 is not set
\# CONFIG_OPENLDAP_ICU is not set

This patch adds a libopenldap dependency for these options, removing the
above from .config when libopenldap is not used. Further, move these
configurables to Config.in.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-12-22 09:41:45 +00:00
..
files openldap: remove --without-tls and start SSL-protected server by default 2015-01-23 10:14:28 -05:00
patches openldap: udpate to 2.6.0 2021-12-13 19:56:44 -08:00
Config.in openldap: hide configurables when libopenldap is not enabled 2021-12-22 09:41:45 +00:00
Makefile openldap: hide configurables when libopenldap is not enabled 2021-12-22 09:41:45 +00:00