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