diff options
Diffstat (limited to 'meta/recipes-extended/shadow/shadow_4.1.4.3.bb')
-rw-r--r-- | meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb index 173da3b0f0..af67339d99 100644 --- a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb +++ b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb | |||
@@ -37,6 +37,10 @@ EXTRA_OECONF += "--without-audit \ | |||
37 | --without-selinux" | 37 | --without-selinux" |
38 | EXTRA_OECONF_libc-uclibc += "--with-nscd=no" | 38 | EXTRA_OECONF_libc-uclibc += "--with-nscd=no" |
39 | 39 | ||
40 | # Build falsely assumes that if --enable-libpam is set, we don't need to link against | ||
41 | # libcrypt. This breaks chsh. | ||
42 | BUILD_LDFLAGS += "${@base_contains('DISTRO_FEATURES', 'pam', base_contains('DISTRO_FEATURES', 'libc-crypt', '-lcrypt', '', d), '', d)}" | ||
43 | |||
40 | PAM_PLUGINS = "libpam-runtime \ | 44 | PAM_PLUGINS = "libpam-runtime \ |
41 | pam-plugin-faildelay \ | 45 | pam-plugin-faildelay \ |
42 | pam-plugin-securetty \ | 46 | pam-plugin-securetty \ |