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>
This commit is contained in:
Zheng Ruoqin 2026-04-01 15:38:06 +08:00 committed by Khem Raj
parent 13dac80c6f
commit 615ee730f5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"