From 466e0278acc96aabd29877933b22ae19e23cf810 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 19 Jun 2014 08:54:28 +0200 Subject: php 5.4.14: use pkg-config for libxml2 detection Signed-off-by: Koen Kooi Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/php/php.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe/recipes-devtools/php/php.inc') diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index b1bf79cfc..030c09065 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc @@ -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} \ " -- cgit v1.2.3-54-g00ecf