shadow_4.8.1.bb 280 B

12345678910
  1. require shadow.inc
  2. # Build falsely assumes that if --enable-libpam is set, we don't need to link against
  3. # libcrypt. This breaks chsh.
  4. BUILD_LDFLAGS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"
  5. BBCLASSEXTEND = "native nativesdk"