git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30c59c
)
php 5.2.6-r3: Fixed broken config caused by xml2-config not being found
author
Shane Volpe
<shanevolpe@gmail.com>
Sun, 18 May 2008 17:41:33 +0000
(17:41 +0000)
committer
Shane Volpe
<shanevolpe@gmail.com>
Sun, 18 May 2008 17:41:33 +0000
(17:41 +0000)
packages/php/php_5.2.5.bb
patch
|
blob
|
history
diff --git
a/packages/php/php_5.2.5.bb
b/packages/php/php_5.2.5.bb
index
890d467
..
a8dc83a
100644
(file)
--- a/
packages/php/php_5.2.5.bb
+++ b/
packages/php/php_5.2.5.bb
@@
-1,6
+1,6
@@
require php.inc
-PR = "r
2
"
+PR = "r
3
"
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}"