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. | ||||
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [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 | |||||
9 | |||||
10 |