Update for 2016.11-rc3
[buildroot-gz.git] / package / linux-pam / Config.in
blob5d3fd61fa4ed3a8195dd3321f8f476b87cc864dd
1 config BR2_PACKAGE_LINUX_PAM
2         bool "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 # linux-pam
8         depends on BR2_USE_MMU # fork()
9         help
10           A Security Framework that Provides Authentication for Applications
12           http://linux-pam.org
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