diff options
Diffstat (limited to 'package/linux-pam')
-rw-r--r-- | package/linux-pam/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/linux-pam/Config.in b/package/linux-pam/Config.in index 6b92886cf1..f5088b967f 100644 --- a/package/linux-pam/Config.in +++ b/package/linux-pam/Config.in @@ -10,11 +10,12 @@ config BR2_PACKAGE_LINUX_PAM # https://lists.fedorahosted.org/pipermail/linux-pam-commits/2012-February/000105.html # for details. depends on !BR2_STATIC_LIBS + depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam help A Security Framework that Provides Authentication for Applications http://linux-pam.org -comment "linux-pam needs a toolchain w/ wchar, locale, dynamic library" +comment "linux-pam needs a uClibc or (e)glibc toolchain w/ wchar, locale, dynamic library" depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \ - || BR2_STATIC_LIBS + || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL |