diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2016-03-17 16:23:45 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:26:59 +0100 |
commit | 33d02963fc1463bf221798431805c154721ac85a (patch) | |
tree | 0f0e2ba9937b6b890706ff885dd44ae975591c44 /meta-oe/recipes-support/openldap | |
parent | d114433d6aa18f218d1743af87a6d277587ee776 (diff) | |
download | meta-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.bb | 2 |
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 | ||
54 | PACKAGECONFIG ??= "gnutls modules \ | 54 | PACKAGECONFIG ??= "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] |
58 | PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls libgcrypt" | 59 | PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls libgcrypt" |
@@ -60,6 +61,7 @@ PACKAGECONFIG[openssl] = "--with-tls=openssl,,openssl" | |||
60 | 61 | ||
61 | PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl" | 62 | PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl" |
62 | PACKAGECONFIG[modules] = "lt_cv_dlopen_self=yes --enable-modules,--disable-modules,libtool" | 63 | PACKAGECONFIG[modules] = "lt_cv_dlopen_self=yes --enable-modules,--disable-modules,libtool" |
64 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" | ||
63 | 65 | ||
64 | # SLAPD options | 66 | # SLAPD options |
65 | # | 67 | # |