summaryrefslogtreecommitdiff
path: root/package/nginx-naxsi
diff options
context:
space:
mode:
authorJohan Oudinet <johan.oudinet@gmail.com>2016-12-05 15:28:24 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-05 21:32:29 +0100
commit1dc77b605874a016afb219f0bdcf1578c2826d53 (patch)
treeb3ca1a47a05a2ce3c95276b0d7346b2f5e786b0d /package/nginx-naxsi
parentfb0d4b557565c4742c0300a72fcb5baf2c26674d (diff)
nginx-naxsi: depends on BR2_PACKAGE_NGINX_HTTP
This package adds XSS and SQLi protection to Nginx HTTP server. So, it makes sense iff the HTTP part of nginx is enabled. Fixes: http://autobuild.buildroot.net/results/1df67325f11a6f1c88d0c9cc5f4feab0b57bc2a6/ Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> [Thomas: fix indentation, add autobuilder reference.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nginx-naxsi')
-rw-r--r--package/nginx-naxsi/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nginx-naxsi/Config.in b/package/nginx-naxsi/Config.in
index 5ae549706..fc2ba9bfe 100644
--- a/package/nginx-naxsi/Config.in
+++ b/package/nginx-naxsi/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_NGINX_NAXSI
bool "nginx-naxsi"
+ depends on BR2_PACKAGE_NGINX_HTTP
# uses pcre, so nginx needs to be built with pcre support
select BR2_PACKAGE_PCRE
help