php 5.2.6-r3: Fixed broken config caused by xml2-config not being found
authorShane Volpe <shanevolpe@gmail.com>
Sun, 18 May 2008 17:41:33 +0000 (17:41 +0000)
committerShane Volpe <shanevolpe@gmail.com>
Sun, 18 May 2008 17:41:33 +0000 (17:41 +0000)
packages/php/php_5.2.5.bb

index 890d467..a8dc83a 100644 (file)
@@ -1,6 +1,6 @@
 require php.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://pear-makefile.patch;patch=1 "
 
@@ -19,7 +19,7 @@ EXTRA_OECONF = "    --without-iconv \
                     --with-mysqli="${STAGING_BINDIR_NATIVE}/mysql_config" \
 "
 
-EXTRA_OECONF += " --with-pear-php-cli=${STAGING_BINDIR} --with-libxml-dir=${STAGING_BINDIR}"
+EXTRA_OECONF += " --with-pear-php-cli=${STAGING_BINDIR} --with-libxml-dir=${STAGING_BINDIR_CROSS}"
 
 export LD_LIBRARY_PATH = "${STAGING_LIBDIR}"
 export PHP_NATIVE_DIR="${STAGING_BINDIR_NATIVE}"