All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libmodsecurity: point to staging pcre-config
@ 2020-01-31 15:42 Frank Vanbever
  2020-02-01  9:30 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Vanbever @ 2020-01-31 15:42 UTC (permalink / raw)
  To: buildroot

The libmodsecurity build system uses the file installed on the host if not
explicitly pointed to pcre-config in the staging dir.

Fixes:
- http://autobuild.buildroot.net/results/f936ad05bca4bb776917306700750ba6d2498ef0
  + similar failures for other architectures

Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com>
---
 package/libmodsecurity/libmodsecurity.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libmodsecurity/libmodsecurity.mk b/package/libmodsecurity/libmodsecurity.mk
index c32bfb4b3c..063f969fc6 100644
--- a/package/libmodsecurity/libmodsecurity.mk
+++ b/package/libmodsecurity/libmodsecurity.mk
@@ -18,6 +18,7 @@ LIBMODSECURITY_CONF_ENV = \
 
 LIBMODSECURITY_DEPENDENCIES = pcre
 LIBMODSECURITY_CONF_OPTS = \
+	--with-pcre="$(STAGING_DIR)/usr/bin/pcre-config" \
 	--disable-examples \
 	--without-lmdb \
 	--without-ssdeep \
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/libmodsecurity: point to staging pcre-config
  2020-01-31 15:42 [Buildroot] [PATCH 1/1] package/libmodsecurity: point to staging pcre-config Frank Vanbever
@ 2020-02-01  9:30 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-02-01  9:30 UTC (permalink / raw)
  To: buildroot

On Fri, 31 Jan 2020 16:42:57 +0100
Frank Vanbever <frank.vanbever@essensium.com> wrote:

> The libmodsecurity build system uses the file installed on the host if not
> explicitly pointed to pcre-config in the staging dir.
> 
> Fixes:
> - http://autobuild.buildroot.net/results/f936ad05bca4bb776917306700750ba6d2498ef0
>   + similar failures for other architectures
> 
> Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com>
> ---
>  package/libmodsecurity/libmodsecurity.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-02-01  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 15:42 [Buildroot] [PATCH 1/1] package/libmodsecurity: point to staging pcre-config Frank Vanbever
2020-02-01  9:30 ` Thomas Petazzoni

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.