12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
|
|
bool "perl-http-negotiate"
|
|
depends on !BR2_STATIC_LIBS # perl-http-message -> perl-clone
|
|
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
|
help
|
|
choose a variant to serve.
|
|
|
|
https://metacpan.org/release/HTTP-Negotiate
|
|
|
|
comment "perl-http-negotiate needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|