]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/perl-net-ssleay/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / perl-net-ssleay / Config.in
index 7cc5157cd24a940abb0874dbd071fd5bac1d96ef..80178e0b988293a652c23b24cd159efedb825707 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PERL_NET_SSLEAY
        bool "perl-net-ssleay"
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        select BR2_PACKAGE_OPENSSL
        help
          Perl extension for using OpenSSL
@@ -8,4 +8,4 @@ config BR2_PACKAGE_PERL_NET_SSLEAY
          https://metacpan.org/release/Net-SSLeay
 
 comment "perl-net-ssleay needs a toolchain w/ dynamic library"
-       depends on BR2_PREFER_STATIC_LIB
+       depends on BR2_STATIC_LIBS