[Buildroot] [git commit] nginx-naxsi: clarify pcre dependency

Peter Korsgaard peter at korsgaard.com
Sat Sep 17 10:09:31 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=b715991c2382a75d50f1472a4a556954d64eb382
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <peter at korsgaard.com>
---
 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 6c175eb..5ae5497 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.


More information about the buildroot mailing list