summaryrefslogtreecommitdiffstats
path: root/package/linux-pam/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/linux-pam/Config.in')
-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 c2cfdc00be..6b92886cf1 100644
--- a/package/linux-pam/Config.in
+++ b/package/linux-pam/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_LINUX_PAM
# modules. See
# https://lists.fedorahosted.org/pipermail/linux-pam-commits/2012-February/000105.html
# for details.
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
help
A Security Framework that Provides Authentication for Applications
@@ -17,4 +17,4 @@ config BR2_PACKAGE_LINUX_PAM
comment "linux-pam needs a toolchain w/ wchar, locale, dynamic library"
depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
- || BR2_PREFER_STATIC_LIB
+ || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud