summaryrefslogtreecommitdiffstats
path: root/package/linux-pam
diff options
context:
space:
mode:
Diffstat (limited to 'package/linux-pam')
-rw-r--r--package/linux-pam/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux-pam/Config.in b/package/linux-pam/Config.in
index 3d9835e8cc..ab7cf55952 100644
--- a/package/linux-pam/Config.in
+++ b/package/linux-pam/Config.in
@@ -1,11 +1,11 @@
config BR2_PACKAGE_LINUX_PAM
bool "linux-pam"
- select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
- select BR2_PACKAGE_FLEX
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
depends on !BR2_STATIC_LIBS
depends on !BR2_TOOLCHAIN_USES_MUSL
depends on BR2_USE_MMU # fork()
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
+ select BR2_PACKAGE_FLEX
help
A Security Framework that Provides Authentication for Applications
OpenPOWER on IntegriCloud