From a0522baa70eb3a1ea9a9d8d814897262a6c43429 Mon Sep 17 00:00:00 2001 From: Tim Ellis Date: Sat, 30 May 2009 17:16:06 +0100 Subject: php: Add fastcgi support --- recipes/php/php_5.2.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes') 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}" \ -- cgit 1.2.3-korg