aboutsummaryrefslogtreecommitdiffstats
path: root/packages/php
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-11-12 17:50:13 +0100
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-11-12 17:50:28 +0100
commitdfed19fcaacebe01c1607936e40b5a2227e42a6c (patch)
treecdf43cd6d485ec58199e87392c7c3cfbeacbb27a /packages/php
parentc2d4ecfceeeca4174ddd8d2d495e20df323fd112 (diff)
downloadopenembedded-dfed19fcaacebe01c1607936e40b5a2227e42a6c.tar.gz
php: fix configure part so it will build again
Diffstat (limited to 'packages/php')
-rw-r--r--packages/php/php_5.2.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/php/php_5.2.6.bb b/packages/php/php_5.2.6.bb
index 17073e1eaf..c2d31331c7 100644
--- a/packages/php/php_5.2.6.bb
+++ b/packages/php/php_5.2.6.bb
@@ -17,9 +17,9 @@ EXTRA_OECONF = " --without-iconv \
--enable-wddx \
--enable-embedded-mysqli \
--enable-magic-quotes \
- --with-zlib --with-zlib-dir = ${STAGING_LIBDIR}/.. \
- --with-libxml-dir = ${STAGING_BINDIR_CROSS} \
-# --with-mysql = "${STAGING_DIR_TARGET}${layout_exec_prefix}" \
+ --with-zlib --with-zlib-dir=${STAGING_LIBDIR}/.. \
+ --with-libxml-dir=${STAGING_BINDIR_CROSS} \
+# --with-mysql="${STAGING_DIR_TARGET}${layout_exec_prefix}" \
# --with-mysqli = "${STAGING_BINDIR_NATIVE}/mysql_config" \
"