1 config BR2_PACKAGE_LINUX_PAM
3 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
4 select BR2_PACKAGE_FLEX
5 depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
6 depends on !BR2_STATIC_LIBS
7 depends on !BR2_TOOLCHAIN_USES_MUSL
8 depends on BR2_USE_MMU # fork()
10 A Security Framework that Provides Authentication for Applications
14 comment "linux-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
15 depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
16 || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL