summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow_4.15.0.bb
blob: e57676c1da34b6f96de25463569c808da330a6cb (plain)
1
2
3
4
5
6
7
8
9
10
require shadow.inc

# Build falsely assumes that if --enable-libpam is set, we don't need to link against
# libcrypt. This breaks chsh.
BUILD_LDFLAGS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"

BBCLASSEXTEND = "native nativesdk"

# https://bugzilla.redhat.com/show_bug.cgi?id=884658
CVE_STATUS[CVE-2013-4235] = "upstream-wontfix: Severity is low and marked as closed and won't fix."