openldap: hide configurables when libopenldap is not enabled
authorMatthew Hagan <mnhagan88@gmail.com>
Sat, 18 Dec 2021 18:09:02 +0000 (18:09 +0000)
committerMatthew Hagan <mnhagan88@gmail.com>
Wed, 22 Dec 2021 09:41:45 +0000 (09:41 +0000)
commit6c0f24d146305e247d793ec9e189d4002cc6e759
tree4b0ee5eaa5de63de0db889c8594a94d92dd7c2be
parent3d809e048213f91401d5d37e10340eecf721ec24
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>
libs/openldap/Config.in [new file with mode: 0644]
libs/openldap/Makefile