Config.in 704 B

12345678910111213141516171819
  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_STATIC_LIBS # libmodsecurity
  6. depends on BR2_TOOLCHAIN_HAS_THREADS # libmodsecurity
  7. select BR2_PACKAGE_PCRE # libmodsecurity
  8. select BR2_PACKAGE_LIBMODSECURITY
  9. help
  10. The ModSecurity-nginx connector is the connection
  11. point between nginx and libmodsecurity
  12. (ModSecurity v3).
  13. https://github.com/SpiderLabs/ModSecurity-nginx
  14. comment "nginx-modsecurity needs a toolchain w/ C++, dynamic library, threads"
  15. depends on BR2_PACKAGE_NGINX_HTTP
  16. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  17. !BR2_TOOLCHAIN_HAS_THREADS