| Message ID | 20260401073806.13715-1-zhengrq.fnst@fujitsu.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-oe] zabbix: Fix multilib pkg check error | expand |
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb index 1cbe9ed9b0..2712ef6589 100644 --- a/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb +++ b/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb @@ -56,6 +56,7 @@ EXTRA_OECONF = " \ --with-libpthread \ --with-libevent \ --with-libpcre=${STAGING_EXECPREFIXDIR} \ + --with-libpcre-lib=${STAGING_LIBDIR} \ --with-iconv=${STAGING_EXECPREFIXDIR} \ " CFLAGS:append = " -lldap -llber -pthread"
Fix following error when multilib is used. configure: WARNING: using cross tools not prefixed with host triplet checking pkg-config is at least version 0.9.0... yes configure: error: cannot find pkg-config package for libpcre Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> --- meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb | 1 + 1 file changed, 1 insertion(+)