Config.in 576 B

12345678910111213141516
  1. config BR2_PACKAGE_NGINX_MODSECURITY
  2. bool "nginx-modsecurity"
  3. depends on BR2_PACKAGE_NGINX_HTTP
  4. depends on BR2_INSTALL_LIBSTDCPP # libmodsecurity
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # libmodsecurity
  6. select BR2_PACKAGE_LIBMODSECURITY
  7. help
  8. The ModSecurity-nginx connector is the connection
  9. point between nginx and libmodsecurity
  10. (ModSecurity v3).
  11. https://github.com/SpiderLabs/ModSecurity-nginx
  12. comment "nginx-modsecurity needs a toolchain w/ C++, threads"
  13. depends on BR2_PACKAGE_NGINX_HTTP
  14. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS