package/zabbix: set --with-libpcre2
Set --with-libpcre2 to avoid the following build failure raised since
bump to version 6.2.7 in
commit 89fa774a19
:
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d9c146f0a5
commit
1d29799914
@ -15,6 +15,7 @@ ZABBIX_AUTORECONF = YES
|
||||
|
||||
ZABBIX_DEPENDENCIES = host-pkgconf pcre2
|
||||
ZABBIX_CONF_OPTS = \
|
||||
--with-libpcre2 \
|
||||
--without-sqlite3 \
|
||||
--enable-agent \
|
||||
--disable-agent2 \
|
||||
|
Loading…
Reference in New Issue
Block a user