[oe-commits] Tim Ellis : php: Add fastcgi support

git version control git at git.openembedded.org
Sat May 30 16:16:18 UTC 2009


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

Author: Tim Ellis <tim.ellis at foonas.org>
Date:   Sat May 30 17:16:06 2009 +0100

php: Add fastcgi support

---

 recipes/php/php_5.2.6.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/php/php_5.2.6.bb b/recipes/php/php_5.2.6.bb
index 2cf5e28..c6cb00f 100644
--- a/recipes/php/php_5.2.6.bb
+++ b/recipes/php/php_5.2.6.bb
@@ -2,7 +2,7 @@ require php.inc
 
 DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native"
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://pear-makefile.patch;patch=1 "
 
@@ -17,6 +17,7 @@ EXTRA_OECONF = "    --without-iconv \
     		    --enable-wddx \
                     --enable-embedded-mysqli \
                     --enable-magic-quotes \
+		    --enable-fastcgi \
 		    --with-zlib --with-zlib-dir=${STAGING_LIBDIR}/.. \
                     --with-libxml-dir=${STAGING_BINDIR_CROSS} \
 #                   --with-mysql="${STAGING_DIR_TARGET}${layout_exec_prefix}" \





More information about the Openembedded-commits mailing list