summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-08-24 17:06:50 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-09-05 13:34:12 -0400
commit2e10d8f12d4b87da6c5ecbabdbccb3283933cdfc (patch)
tree914017a4d1010b066fb97d17abf96381da5a7966 /meta-networking/recipes-daemons
parentd4b6c7df767f3eca5dbcb0597f0790013791dd0b (diff)
downloadmeta-openembedded-2e10d8f12d4b87da6c5ecbabdbccb3283933cdfc.tar.gz
cyrus-sasl: control ipv6 support based on DISTRO_FEATURES
Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
index 23cfc49ad..69df274fe 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
@@ -26,6 +26,7 @@ EXTRA_OECONF += "--with-dblib=berkeley \
26PACKAGECONFIG ??= "ntlm \ 26PACKAGECONFIG ??= "ntlm \
27 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'ldap', '', d)} \ 27 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'ldap', '', d)} \
28 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ 28 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \
29 ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
29 " 30 "
30PACKAGECONFIG[gssapi] = "--enable-gssapi=yes,--enable-gssapi=no,krb5," 31PACKAGECONFIG[gssapi] = "--enable-gssapi=yes,--enable-gssapi=no,krb5,"
31PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," 32PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,"
@@ -33,6 +34,7 @@ PACKAGECONFIG[opie] = "--with-opie,--without-opie,opie,"
33PACKAGECONFIG[des] = "--with-des,--without-des,," 34PACKAGECONFIG[des] = "--with-des,--without-des,,"
34PACKAGECONFIG[ldap] = "--with-ldap=${STAGING_LIBDIR} --enable-ldapdb,--without-ldap --disable-ldapdb,openldap," 35PACKAGECONFIG[ldap] = "--with-ldap=${STAGING_LIBDIR} --enable-ldapdb,--without-ldap --disable-ldapdb,openldap,"
35PACKAGECONFIG[ntlm] = "--with-ntlm,--without-ntlm,," 36PACKAGECONFIG[ntlm] = "--with-ntlm,--without-ntlm,,"
37PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
36 38
37CFLAGS += "-fPIC" 39CFLAGS += "-fPIC"
38 40