Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require 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 Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 5 | BUILD_LDFLAGS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 6 | |
| 7 | BBCLASSEXTEND = "native nativesdk" |
| 8 | |
Andrew Geissler | 95ac1b8 | 2021-03-31 14:34:31 -0500 | [diff] [blame] | 9 | # Severity is low and marked as closed and won't fix. |
| 10 | # https://bugzilla.redhat.com/show_bug.cgi?id=884658 |
| 11 | CVE_CHECK_WHITELIST += "CVE-2013-4235" |