6d47f90a1e
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
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
|