summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-21 21:00:57 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-01 09:57:41 +0100
commit1bbf67d37555e5509a273406b423f3eccfe236fe (patch)
tree835f993bc026c950f9987bb431378caf722b093b
parentbae3b6c3f522a2d20ceefd35bae480b557df1138 (diff)
downloadptxdist-1bbf67d37555e5509a273406b423f3eccfe236fe.tar.gz
ptxdist-1bbf67d37555e5509a273406b423f3eccfe236fe.tar.xz
openldap: disable broken ssl support
Updating to a new version is needed to build with OpenSSL 1.1.x. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/openldap.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/openldap.in b/rules/openldap.in
index b967d1dff..419e75b20 100644
--- a/rules/openldap.in
+++ b/rules/openldap.in
@@ -31,6 +31,8 @@ choice
bool "disabled"
config OPENLDAP_TLS_OPENSSL
+ # 2.4.31 fails to build with OpenSSL 1.1.x
+ depends on BROKEN
bool "openssl"
config OPENLDAP_TLS_GNUTLS