mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user