* [Buildroot] [PATCH 1/1] package/zabbix: set --with-libpcre2
@ 2023-02-20 9:17 Fabrice Fontaine
2023-02-20 20:47 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2023-02-20 9:17 UTC (permalink / raw)
To: buildroot; +Cc: Alexey Lukyanchuk, Fabrice Fontaine
Set --with-libpcre2 to avoid the following build failure raised since
bump to version 6.2.7 in
commit 89fa774a191d41ed5d125d87d812ff3478902251:
configure: using old pcre library by default
checking pkg-config is at least version 0.9.0... yes
configure: error: cannot find pkg-config package for libpcre
Fixes:
- http://autobuild.buildroot.org/results/701b343b3b0d471c75899b61d02bd9d63a272247
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/zabbix/zabbix.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/zabbix/zabbix.mk b/package/zabbix/zabbix.mk
index db9efed78b..0d6c579f4c 100644
--- a/package/zabbix/zabbix.mk
+++ b/package/zabbix/zabbix.mk
@@ -15,6 +15,7 @@ ZABBIX_AUTORECONF = YES
ZABBIX_DEPENDENCIES = host-pkgconf pcre2
ZABBIX_CONF_OPTS = \
+ --with-libpcre2 \
--without-sqlite3 \
--enable-agent \
--disable-agent2 \
--
2.39.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-20 20:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 9:17 [Buildroot] [PATCH 1/1] package/zabbix: set --with-libpcre2 Fabrice Fontaine
2023-02-20 20:47 ` 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.