From 5bae9e13ee664a45b5255a676e10f0705cfe14eb Mon Sep 17 00:00:00 2001 From: Richard Tollerton Date: Thu, 17 Mar 2016 16:23:45 +0200 Subject: openldap: control ipv6 support via DISTRO_FEATURES Explicitly disable ipv6 support if the distro does not include it. Signed-off-by: Richard Tollerton Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-oe/recipes-support/openldap/openldap_2.4.42.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.42.bb b/meta-oe/recipes-support/openldap/openldap_2.4.42.bb index 49fcb56bab..347c4a6188 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.4.42.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.4.42.bb @@ -54,6 +54,7 @@ EXTRA_OECONF += "--enable-dynamic" PACKAGECONFIG ??= "gnutls modules \ ldap meta monitor null passwd shell proxycache dnssrv \ + ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ " #--with-tls with TLS/SSL support auto|openssl|gnutls [auto] PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls libgcrypt" @@ -61,6 +62,7 @@ PACKAGECONFIG[openssl] = "--with-tls=openssl,,openssl" PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl" PACKAGECONFIG[modules] = "lt_cv_dlopen_self=yes --enable-modules,--disable-modules,libtool" +PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" # SLAPD options # -- cgit 1.2.3-korg