summaryrefslogtreecommitdiffstats
path: root/rules/openldap.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-15 20:54:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 08:20:55 +0200
commit389eea82169bcfbf3a2f10b41f8d7ea59ca0c26a (patch)
tree9f4f110bdf66e64923802dfd0d9d53ddb6980c8a /rules/openldap.make
parent6e0e3c3ac0577e77bd22617283633de64fdbf9e5 (diff)
downloadptxdist-389eea82169bcfbf3a2f10b41f8d7ea59ca0c26a.tar.gz
ptxdist-389eea82169bcfbf3a2f10b41f8d7ea59ca0c26a.tar.xz
openldap: always enable threads
Disabling threads is broken and fails to build with missing pthread_* symbols. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/openldap.make')
-rw-r--r--rules/openldap.make4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/openldap.make b/rules/openldap.make
index 21634c2a8..730cd1206 100644
--- a/rules/openldap.make
+++ b/rules/openldap.make
@@ -82,7 +82,7 @@ OPENLDAP_CONF_OPT := \
--without-cyrus-sasl \
--without-fetch \
--with-yielding_select=yes \
- --$(call ptx/wwo, PTXCONF_OPENLDAP_THREADS)-threads \
+ --with-threads \
--with-tls=$(OPENLDAP_TLS_CONF_OPT-y)
@@ -118,9 +118,7 @@ endif
@$(call install_lib, openldap, 0, 0, 0644, liblber-$(OPENLDAP_LIBVERSION))
@$(call install_lib, openldap, 0, 0, 0644, libldap-$(OPENLDAP_LIBVERSION))
-ifdef PTXCONF_OPENLDAP_THREADS
@$(call install_lib, openldap, 0, 0, 0644, libldap_r-$(OPENLDAP_LIBVERSION))
-endif
# tools