diff options
author | Shane Volpe <shanevolpe@gmail.com> | 2008-05-18 17:41:33 +0000 |
---|---|---|
committer | Shane Volpe <shanevolpe@gmail.com> | 2008-05-18 17:41:33 +0000 |
commit | bbf7976392b36ebb1e1944a5bedfc89729c2030c (patch) | |
tree | bab029b9e01d281f68fcf3b3785de97188d22812 | |
parent | b30c59ccb5bba216ec4bf4b3951e1da8c7d36285 (diff) |
php 5.2.6-r3: Fixed broken config caused by xml2-config not being found
-rw-r--r-- | packages/php/php_5.2.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/php/php_5.2.5.bb b/packages/php/php_5.2.5.bb index 890d467c10..a8dc83a444 100644 --- a/packages/php/php_5.2.5.bb +++ b/packages/php/php_5.2.5.bb @@ -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}" |