xref: /OK3568_Linux_fs/buildroot/package/linux-pam/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LINUX_PAM
2	bool "linux-pam"
3	depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
4	depends on !BR2_STATIC_LIBS
5	depends on BR2_USE_MMU # fork()
6	select BR2_PACKAGE_FLEX
7	help
8	  A Security Framework that Provides Authentication for
9	  Applications
10
11	  http://linux-pam.org
12
13comment "linux-pam needs a toolchain w/ wchar, locale, dynamic library"
14	depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
15		|| BR2_STATIC_LIBS
16