diff options
Diffstat (limited to 'package/perl-libwww-perl/Config.in')
-rw-r--r-- | package/perl-libwww-perl/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/perl-libwww-perl/Config.in b/package/perl-libwww-perl/Config.in index 3db0070a40..fc46bf1dff 100644 --- a/package/perl-libwww-perl/Config.in +++ b/package/perl-libwww-perl/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PERL_LIBWWW_PERL bool "perl-libwww-perl" + depends on !BR2_STATIC_LIBS select BR2_PACKAGE_PERL_ENCODE_LOCALE select BR2_PACKAGE_PERL_FILE_LISTING select BR2_PACKAGE_PERL_HTML_PARSER @@ -16,3 +17,6 @@ config BR2_PACKAGE_PERL_LIBWWW_PERL The World-Wide Web library for Perl https://metacpan.org/release/libwww-perl + +comment "perl-libwww-perl needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS |