2012-08-11 04:50:26 +02:00
|
|
|
config BR2_PACKAGE_LINUX_PAM
|
|
|
|
bool "linux-pam"
|
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
|
|
select BR2_PACKAGE_FLEX
|
|
|
|
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
|
|
|
help
|
|
|
|
A Security Framework that Provides Authentication for Applications
|
|
|
|
|
|
|
|
http://linux-pam.org
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "linux-pam needs a toolchain w/ wchar, locale"
|
2012-08-11 04:50:26 +02:00
|
|
|
depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|