2012-08-11 04:50:26 +02:00
|
|
|
config BR2_PACKAGE_LINUX_PAM
|
|
|
|
bool "linux-pam"
|
2021-12-17 22:43:31 +01:00
|
|
|
depends on BR2_ENABLE_LOCALE
|
|
|
|
depends on BR2_USE_WCHAR
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
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_FLEX
|
2012-08-11 04:50:26 +02:00
|
|
|
help
|
2017-07-31 15:53:49 +02:00
|
|
|
A Security Framework that Provides Authentication for
|
|
|
|
Applications
|
2012-08-11 04:50:26 +02:00
|
|
|
|
|
|
|
http://linux-pam.org
|
|
|
|
|
2020-04-20 15:48:45 +02:00
|
|
|
comment "linux-pam needs a toolchain w/ wchar, locale, dynamic library"
|
2021-12-17 22:42:32 +01:00
|
|
|
depends on BR2_USE_MMU
|
2021-12-17 22:43:31 +01:00
|
|
|
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR \
|
2020-04-20 15:48:45 +02:00
|
|
|
|| BR2_STATIC_LIBS
|