All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/nginx-modsecurity: drop unneeded select on pcre
@ 2021-07-14  8:53 Fabrice Fontaine
  2021-07-14  8:53 ` [Buildroot] [PATCH 2/3] package/libmodsecurity: drop AC_CHECK_FILE workaround Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabrice Fontaine @ 2021-07-14  8:53 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.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 2af11eeee2..e754aab71e 100644
--- a/package/nginx-modsecurity/Config.in
+++ b/package/nginx-modsecurity/Config.in
@@ -4,7 +4,6 @@ config BR2_PACKAGE_NGINX_MODSECURITY
 	depends on BR2_INSTALL_LIBSTDCPP # libmodsecurity
 	depends on !BR2_STATIC_LIBS # 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
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-07-30 13:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14  8:53 [Buildroot] [PATCH 1/3] package/nginx-modsecurity: drop unneeded select on pcre Fabrice Fontaine
2021-07-14  8:53 ` [Buildroot] [PATCH 2/3] package/libmodsecurity: drop AC_CHECK_FILE workaround Fabrice Fontaine
2021-07-30 13:22   ` Peter Korsgaard
2021-07-14  8:53 ` [Buildroot] [PATCH 3/3] package/libmodsecurity: security bump to version 3.0.5 Fabrice Fontaine
2021-07-30 13:22   ` Peter Korsgaard
2021-07-15 20:42 ` [Buildroot] [PATCH 1/3] package/nginx-modsecurity: drop unneeded select on pcre Thomas Petazzoni
2021-07-30 13:24 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.