[Buildroot] [git commit branch/2021.05.x] package/nginx-modsecurity: drop unneeded select on pcre

Peter Korsgaard peter at korsgaard.com
Fri Jul 30 13:23:43 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=6cbb0d8db9d47eb2ee0db0613fd9da782de5ab66
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x

Drop unneeded select on pcre which has been added by commit
d35873ab0ce5921974239354f8c6e1b4ccc6e565

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 4f2629973aa762614b137aa7a56f2892ffb34871)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/nginx-modsecurity/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/nginx-modsecurity/Config.in b/package/nginx-modsecurity/Config.in
index 470424a530..b1fcbadd7a 100644
--- a/package/nginx-modsecurity/Config.in
+++ b/package/nginx-modsecurity/Config.in
@@ -3,7 +3,6 @@ config BR2_PACKAGE_NGINX_MODSECURITY
 	depends on BR2_PACKAGE_NGINX_HTTP
 	depends on BR2_INSTALL_LIBSTDCPP # libmodsecurity
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libmodsecurity
-	select BR2_PACKAGE_PCRE # libmodsecurity
 	select BR2_PACKAGE_LIBMODSECURITY
 	help
 	  The ModSecurity-nginx connector is the connection


More information about the buildroot mailing list