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