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