2012-08-11 04:50:26 +02:00
|
|
|
config BR2_PACKAGE_LINUX_PAM
|
|
|
|
bool "linux-pam"
|
|
|
|
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2016-11-16 17:29:21 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
2016-08-18 08:23:45 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2017-04-22 19:17:58 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
|
|
select BR2_PACKAGE_FLEX
|
2012-08-11 04:50:26 +02:00
|
|
|
help
|
|
|
|
A Security Framework that Provides Authentication for Applications
|
|
|
|
|
|
|
|
http://linux-pam.org
|
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "linux-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
|
2014-07-31 01:14:51 +02:00
|
|
|
depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
|
2015-08-21 00:32:13 +02:00
|
|
|
|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|