diff options
author | Tim Ellis <tim.ellis@foonas.org> | 2009-05-30 17:16:06 +0100 |
---|---|---|
committer | Tim Ellis <tim.ellis@foonas.org> | 2009-05-30 17:16:06 +0100 |
commit | a0522baa70eb3a1ea9a9d8d814897262a6c43429 (patch) | |
tree | d05fb092d07b4f41db1669771464d6e596b49d5a /recipes/php | |
parent | d0324aa3e0fc0294cb244be083e3ae0c744a5fe5 (diff) |
php: Add fastcgi support
Diffstat (limited to 'recipes/php')
-rw-r--r-- | 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 2cf5e285e6..c6cb00fa0f 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}" \ |