mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
13dac80c6f
commit
615ee730f5
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user