diff options
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 40f58f0d12..66541f4cce 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -75,6 +75,8 @@ PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | |||
75 | PACKAGECONFIG_class-native = "" | 75 | PACKAGECONFIG_class-native = "" |
76 | PACKAGECONFIG_class-nativesdk = "" | 76 | PACKAGECONFIG_class-nativesdk = "" |
77 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" | 77 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" |
78 | PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr" | ||
79 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | ||
78 | 80 | ||
79 | RDEPENDS_${PN} = "shadow-securetty \ | 81 | RDEPENDS_${PN} = "shadow-securetty \ |
80 | base-passwd" | 82 | base-passwd" |