summaryrefslogtreecommitdiffstats
path: root/rules/openldap.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/openldap.in')
-rw-r--r--rules/openldap.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/rules/openldap.in b/rules/openldap.in
index 25347cf78..b967d1dff 100644
--- a/rules/openldap.in
+++ b/rules/openldap.in
@@ -5,9 +5,9 @@ menuconfig OPENLDAP
prompt "openldap "
select ZLIB
select LIBC_RESOLV
+ select LIBC_PTHREAD
select OPENSSL if OPENLDAP_TLS_OPENSSL
select GNUTLS if OPENLDAP_TLS_GNUTLS
- select LIBC_PTHREAD if OPENLDAP_THREADS
help
OpenLDAP Software is an open source implementation of the Lightweight
Directory Access Protocol. The suite includes:
@@ -24,14 +24,6 @@ config OPENLDAP_SLAPD
help
Enable/disable building and installation of slapd (the server).
-config OPENLDAP_THREADS
- bool
- prompt "Build with multi-thread support (libldap_r)"
- help
- Enables the reentrant version of libldap. When this option is
- enabled, libldap_r is built and installed. (The non-reentrant version
- libldap is always installed and built.)
-
choice
prompt "TLS/SSL support "