6b92886cf1aeceb5752eec695eb989731a7ed010
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / linux-pam / Config.in
1 config BR2_PACKAGE_LINUX_PAM
2         bool "linux-pam"
3         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
4         select BR2_PACKAGE_FLEX
5         depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
6         # While linux-pam does have some support for statically linked
7         # modules (through --enable-static-modules), it doesn't work
8         # properly due to a build cycle between libpam and
9         # modules. See
10         # https://lists.fedorahosted.org/pipermail/linux-pam-commits/2012-February/000105.html
11         # for details.
12         depends on !BR2_STATIC_LIBS
13         help
14           A Security Framework that Provides Authentication for Applications
15
16           http://linux-pam.org
17
18 comment "linux-pam needs a toolchain w/ wchar, locale, dynamic library"
19         depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
20                 || BR2_STATIC_LIBS