From b715991c2382a75d50f1472a4a556954d64eb382 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 17 Sep 2016 12:06:59 +0200 Subject: [PATCH] nginx-naxsi: clarify pcre dependency It is not directly obvious why we select pcre but not add it to the .mk file, so add a comment to clarify. Signed-off-by: Peter Korsgaard --- package/nginx-naxsi/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/nginx-naxsi/Config.in b/package/nginx-naxsi/Config.in index 6c175eb75e..5ae5497060 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" + # uses pcre, so nginx needs to be built with pcre support select BR2_PACKAGE_PCRE help NAXSI means Nginx Anti XSS & SQL Injection.