blob: 40b11345c929c06fa12f9edb1153ee98f330babe [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.
Patrick Williams213cb262021-08-07 19:21:33 -05005BUILD_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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011CVE_CHECK_IGNORE += "CVE-2013-4235"