summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openldap
diff options
context:
space:
mode:
authorRichard Tollerton <rich.tollerton@ni.com>2016-03-17 16:23:45 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-25 11:26:59 +0100
commit33d02963fc1463bf221798431805c154721ac85a (patch)
tree0f0e2ba9937b6b890706ff885dd44ae975591c44 /meta-oe/recipes-support/openldap
parentd114433d6aa18f218d1743af87a6d277587ee776 (diff)
downloadmeta-openembedded-33d02963fc1463bf221798431805c154721ac85a.tar.gz
openldap: control ipv6 support via DISTRO_FEATURES
Explicitly disable ipv6 support if the distro does not include it. Signed-off-by: Richard Tollerton <rich.tollerton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openldap')
-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#