mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
php 5.4.14: use pkg-config for libxml2 detection
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -31,12 +31,10 @@ EXTRA_OECONF = "--enable-mbstring \
|
||||
--with-imap-ssl=${STAGING_DIR_HOST} \
|
||||
--with-zlib=${STAGING_LIBDIR}/.. \
|
||||
--with-iconv=${STAGING_LIBDIR}/.. \
|
||||
--with-libxml-dir=${STAGING_BINDIR_CROSS} \
|
||||
${COMMON_EXTRA_OECONF} \
|
||||
"
|
||||
EXTRA_OECONF_virtclass-native = " \
|
||||
--with-zlib=${STAGING_LIBDIR_NATIVE}/.. \
|
||||
--with-libxml-dir=${STAGING_BINDIR_NATIVE} \
|
||||
${COMMON_EXTRA_OECONF} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user