]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/linux-pam/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / linux-pam / Config.in
index c2cfdc00be2136b8744b8494c9c248f8c5ced4c3..6b92886cf1aeceb5752eec695eb989731a7ed010 100644 (file)
@@ -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