diff options
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb index 3bcc1b9dde..ff58dae1fe 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | |||
@@ -64,8 +64,8 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | |||
64 | 64 | ||
65 | RDEPENDS_${PN}-base += "${@bb.utils.contains('PACKAGECONFIG', 'lsb', 'lsb', '', d)}" | 65 | RDEPENDS_${PN}-base += "${@bb.utils.contains('PACKAGECONFIG', 'lsb', 'lsb', '', d)}" |
66 | 66 | ||
67 | PACKAGECONFIG[acl] = "--with-acl-support,---without-acl-support,acl" | 67 | PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl" |
68 | PACKAGECONFIG[aio] = "--with-aio-support,---without-aio-support,libaio" | 68 | PACKAGECONFIG[aio] = "--with-aio-support,--without-aio-support,libaio" |
69 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" | 69 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" |
70 | PACKAGECONFIG[pam] = "--with-pam --with-pam_smbpass --with-pammodulesdir=${base_libdir}/security,--without-pam --without-pam_smbpass,libpam" | 70 | PACKAGECONFIG[pam] = "--with-pam --with-pam_smbpass --with-pammodulesdir=${base_libdir}/security,--without-pam --without-pam_smbpass,libpam" |
71 | PACKAGECONFIG[lsb] = ",,lsb" | 71 | PACKAGECONFIG[lsb] = ",,lsb" |