diff options
| author | Zheng Ruoqin <zhengrq.fnst@fujitsu.com> | 2026-04-01 15:38:06 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-01 13:16:42 -0700 |
| commit | 615ee730f5f80124f3d829bce7ef93f9bc3d4127 (patch) | |
| tree | 9185507e4f8f806b9be32f6f31eefbb3f8be5069 | |
| parent | 13dac80c6f89a88d3672bee117fc5cedd7f869d4 (diff) | |
| download | meta-openembedded-615ee730f5f80124f3d829bce7ef93f9bc3d4127.tar.gz | |
zabbix: Fix multilib pkg check error
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>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
| 56 | --with-libpthread \ | 56 | --with-libpthread \ |
| 57 | --with-libevent \ | 57 | --with-libevent \ |
| 58 | --with-libpcre=${STAGING_EXECPREFIXDIR} \ | 58 | --with-libpcre=${STAGING_EXECPREFIXDIR} \ |
| 59 | --with-libpcre-lib=${STAGING_LIBDIR} \ | ||
| 59 | --with-iconv=${STAGING_EXECPREFIXDIR} \ | 60 | --with-iconv=${STAGING_EXECPREFIXDIR} \ |
| 60 | " | 61 | " |
| 61 | CFLAGS:append = " -lldap -llber -pthread" | 62 | CFLAGS:append = " -lldap -llber -pthread" |
