1config 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 12 https://github.com/SpiderLabs/ModSecurity-nginx 13 14comment "nginx-modsecurity needs a toolchain w/ C++, threads" 15 depends on BR2_PACKAGE_NGINX_HTTP 16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 17