[oe-commits] Marcin Juszkiewicz : php: fix configure part so it will build again

GIT User account git at amethyst.openembedded.net
Wed Nov 12 16:50:53 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dfed19fcaacebe01c1607936e40b5a2227e42a6c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dfed19fcaacebe01c1607936e40b5a2227e42a6c

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Nov 12 17:50:13 2008 +0100

php: fix configure part so it will build again

---

 packages/php/php_5.2.6.bb |    6 +++---
 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 17073e1..c2d3133 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" \
                "
 





More information about the Openembedded-commits mailing list