xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/shadow_4.11.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1require 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.
5BUILD_LDFLAGS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"
6
7BBCLASSEXTEND = "native nativesdk"
8
9# Severity is low and marked as closed and won't fix.
10# https://bugzilla.redhat.com/show_bug.cgi?id=884658
11CVE_CHECK_IGNORE += "CVE-2013-4235"
12
13# This is an issue for a different shadow
14CVE_CHECK_IGNORE += "CVE-2016-15024"
15