[Buildroot] [PATCH 1/1] package/zabbix: set --with-libpcre2

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Feb 20 09:17:39 UTC 2023


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 at 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




More information about the buildroot mailing list