diff options
-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 | # |