|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_PERL_LIBWWW_PERL
|
|
config BR2_PACKAGE_PERL_LIBWWW_PERL
|
|
bool "perl-libwww-perl"
|
|
bool "perl-libwww-perl"
|
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_PERL_ENCODE_LOCALE
|
|
select BR2_PACKAGE_PERL_ENCODE_LOCALE
|
|
select BR2_PACKAGE_PERL_FILE_LISTING
|
|
select BR2_PACKAGE_PERL_FILE_LISTING
|
|
select BR2_PACKAGE_PERL_HTML_PARSER
|
|
select BR2_PACKAGE_PERL_HTML_PARSER
|
|
@@ -16,3 +17,6 @@ config BR2_PACKAGE_PERL_LIBWWW_PERL
|
|
The World-Wide Web library for Perl
|
|
The World-Wide Web library for Perl
|
|
|
|
|
|
https://metacpan.org/release/libwww-perl
|
|
https://metacpan.org/release/libwww-perl
|
|
|
|
+
|
|
|
|
+comment "perl-libwww-perl needs a toolchain w/ dynamic library"
|
|
|
|
+ depends on BR2_STATIC_LIBS
|