summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openldap/openldap_2.4.43.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/openldap/openldap_2.4.43.bb')
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.4.43.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.43.bb b/meta-oe/recipes-support/openldap/openldap_2.4.43.bb
index 9670f1a0a..861836562 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.43.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.43.bb
@@ -53,6 +53,7 @@ EXTRA_OECONF += "--enable-dynamic"
53 53
54PACKAGECONFIG ??= "gnutls modules \ 54PACKAGECONFIG ??= "gnutls modules \
55 ldap meta monitor null passwd shell proxycache dnssrv \ 55 ldap meta monitor null passwd shell proxycache dnssrv \
56 ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
56" 57"
57#--with-tls with TLS/SSL support auto|openssl|gnutls [auto] 58#--with-tls with TLS/SSL support auto|openssl|gnutls [auto]
58PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls libgcrypt" 59PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls libgcrypt"
@@ -60,6 +61,7 @@ PACKAGECONFIG[openssl] = "--with-tls=openssl,,openssl"
60 61
61PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl" 62PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl"
62PACKAGECONFIG[modules] = "lt_cv_dlopen_self=yes --enable-modules,--disable-modules,libtool" 63PACKAGECONFIG[modules] = "lt_cv_dlopen_self=yes --enable-modules,--disable-modules,libtool"
64PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
63 65
64# SLAPD options 66# SLAPD options
65# 67#