blob: ff4aad926f6aa888a60e897e601e41376c9e58fb [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require shadow.inc
2
3# Build falsely assumes that if --enable-libpam is set, we don't need to link against
4# libcrypt. This breaks chsh.
Brad Bishop19323692019-04-05 15:28:33 -04005BUILD_LDFLAGS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006
7BBCLASSEXTEND = "native nativesdk"
8
Andrew Geissler95ac1b82021-03-31 14:34:31 -05009# Severity is low and marked as closed and won't fix.
10# https://bugzilla.redhat.com/show_bug.cgi?id=884658
11CVE_CHECK_WHITELIST += "CVE-2013-4235"