diff options
| -rw-r--r-- | meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 |
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 23cfc49ada..69df274fe0 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 \ | |||
| 26 | PACKAGECONFIG ??= "ntlm \ | 26 | PACKAGECONFIG ??= "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 | " |
| 30 | PACKAGECONFIG[gssapi] = "--enable-gssapi=yes,--enable-gssapi=no,krb5," | 31 | PACKAGECONFIG[gssapi] = "--enable-gssapi=yes,--enable-gssapi=no,krb5," |
| 31 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | 32 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," |
| @@ -33,6 +34,7 @@ PACKAGECONFIG[opie] = "--with-opie,--without-opie,opie," | |||
| 33 | PACKAGECONFIG[des] = "--with-des,--without-des,," | 34 | PACKAGECONFIG[des] = "--with-des,--without-des,," |
| 34 | PACKAGECONFIG[ldap] = "--with-ldap=${STAGING_LIBDIR} --enable-ldapdb,--without-ldap --disable-ldapdb,openldap," | 35 | PACKAGECONFIG[ldap] = "--with-ldap=${STAGING_LIBDIR} --enable-ldapdb,--without-ldap --disable-ldapdb,openldap," |
| 35 | PACKAGECONFIG[ntlm] = "--with-ntlm,--without-ntlm,," | 36 | PACKAGECONFIG[ntlm] = "--with-ntlm,--without-ntlm,," |
| 37 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
| 36 | 38 | ||
| 37 | CFLAGS += "-fPIC" | 39 | CFLAGS += "-fPIC" |
| 38 | 40 | ||
