Config.in 388 B

123456789101112
  1. config BR2_PACKAGE_PERL_HTTP_COOKIES
  2. bool "perl-http-cookies"
  3. depends on !BR2_STATIC_LIBS # perl-http-message -> perl-clone
  4. select BR2_PACKAGE_PERL_HTTP_DATE # runtime
  5. select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
  6. help
  7. HTTP cookie jars.
  8. https://github.com/libwww-perl/HTTP-Cookies
  9. comment "perl-http-cookies needs a toolchain w/ dynamic library"
  10. depends on BR2_STATIC_LIBS