* [Buildroot] [PATCH 1/1] package/libmodsecurity: select pcre2
@ 2022-07-28 12:05 Fabrice Fontaine
2022-07-28 20:56 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-07-28 12:05 UTC (permalink / raw)
To: buildroot; +Cc: Frank Vanbever, Fabrice Fontaine
Commit ea746f312844df298bbc9a697ca178f3a3c67a8f forgot to select pcre2
resulting in the following build failure:
Makefile:575: *** pcre2 is in the dependency chain of libmodsecurity that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop.
Fixes:
- http://autobuild.buildroot.org/results/6528d2611bd1a45c1e94bc6b866de9c33dd90a7b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libmodsecurity/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libmodsecurity/Config.in b/package/libmodsecurity/Config.in
index f65ab3de93..b15d808759 100644
--- a/package/libmodsecurity/Config.in
+++ b/package/libmodsecurity/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBMODSECURITY
depends on BR2_TOOLCHAIN_HAS_THREADS
# libmodsecurity embeds several mbedtls source files
depends on !(BR2_STATIC_LIBS && BR2_PACKAGE_LIBCURL_MBEDTLS)
- select BR2_PACKAGE_PCRE
+ select BR2_PACKAGE_PCRE2
help
Libmodsecurity is one component of the ModSecurity
v3 project. The library codebase serves as an
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libmodsecurity: select pcre2
2022-07-28 12:05 [Buildroot] [PATCH 1/1] package/libmodsecurity: select pcre2 Fabrice Fontaine
@ 2022-07-28 20:56 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-07-28 20:56 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Frank Vanbever, buildroot
On Thu, 28 Jul 2022 14:05:46 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Commit ea746f312844df298bbc9a697ca178f3a3c67a8f forgot to select pcre2
> resulting in the following build failure:
>
> Makefile:575: *** pcre2 is in the dependency chain of libmodsecurity that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop.
>
> Fixes:
> - http://autobuild.buildroot.org/results/6528d2611bd1a45c1e94bc6b866de9c33dd90a7b
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libmodsecurity/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-28 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-28 12:05 [Buildroot] [PATCH 1/1] package/libmodsecurity: select pcre2 Fabrice Fontaine
2022-07-28 20:56 ` Thomas Petazzoni via buildroot
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.