diff options
author | Shane Volpe <shanevolpe@gmail.com> | 2008-05-18 17:44:23 +0000 |
---|---|---|
committer | Shane Volpe <shanevolpe@gmail.com> | 2008-05-18 17:44:23 +0000 |
commit | 79ff83371cd1be7c68d56b35e5679c4944ab3e54 (patch) | |
tree | ff37b8f8e36309624216262a1976da3a0c635509 /packages | |
parent | d00bf954b34e300bea661af0f7d6b18a4043c6ec (diff) | |
parent | bbf7976392b36ebb1e1944a5bedfc89729c2030c (diff) |
merge of '8c79c14e519c2da015b828d88899e0af791e9da9'
and 'ac3b0371db0864fa58d78538a2999cb2d41479ff'
Diffstat (limited to 'packages')
-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}" |