summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow_4.8.1.bb
blob: c975395ff8d09e3d7063395d8a6eab70437a41fb (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"