mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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 <peter@korsgaard.com>
This commit is contained in:
parent
e9ffb3b8f7
commit
b715991c23
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_NGINX_NAXSI
|
config BR2_PACKAGE_NGINX_NAXSI
|
||||||
bool "nginx-naxsi"
|
bool "nginx-naxsi"
|
||||||
|
# uses pcre, so nginx needs to be built with pcre support
|
||||||
select BR2_PACKAGE_PCRE
|
select BR2_PACKAGE_PCRE
|
||||||
help
|
help
|
||||||
NAXSI means Nginx Anti XSS & SQL Injection.
|
NAXSI means Nginx Anti XSS & SQL Injection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user