blob: 52fb4d8fd722e3bd1335810b06480f08b6e506f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_PERL_NET_DNS
bool "perl-net-dns"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_DIGEST_HMAC
help
Net::DNS is a DNS resolver implemented in Perl.
http://www.net-dns.org
comment "perl-net-dns needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
|