mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
fb3ef4d502
commit
5bae9e13ee
@@ -54,6 +54,7 @@ EXTRA_OECONF += "--enable-dynamic"
|
|||||||
|
|
||||||
PACKAGECONFIG ??= "gnutls modules \
|
PACKAGECONFIG ??= "gnutls modules \
|
||||||
ldap meta monitor null passwd shell proxycache dnssrv \
|
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]
|
#--with-tls with TLS/SSL support auto|openssl|gnutls [auto]
|
||||||
PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls libgcrypt"
|
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[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl"
|
||||||
PACKAGECONFIG[modules] = "lt_cv_dlopen_self=yes --enable-modules,--disable-modules,libtool"
|
PACKAGECONFIG[modules] = "lt_cv_dlopen_self=yes --enable-modules,--disable-modules,libtool"
|
||||||
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
|
||||||
|
|
||||||
# SLAPD options
|
# SLAPD options
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user