OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 22-Feb-2006 20:36:29 Branch: HEAD Handle: 2006022219362800 Modified files: openpkg-src/php5 php5.spec Log: add FastCGI support Summary: Revision Changes Path 1.45 +7 -1 openpkg-src/php5/php5.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php5/php5.spec ============================================================================ $ cvs diff -u -r1.44 -r1.45 php5.spec --- openpkg-src/php5/php5.spec 13 Jan 2006 07:13:46 -0000 1.44 +++ openpkg-src/php5/php5.spec 22 Feb 2006 19:36:28 -0000 1.45 @@ -37,7 +37,7 @@ Group: Language License: PHP Version: %{V_php} -Release: 20060113 +Release: 20060222 # package options %option with_calendar no @@ -55,6 +55,7 @@ %option with_pcre no %option with_ftp no %option with_oci8 no +%option with_fastcgi no %option with_freetype no %option with_gettext no %option with_hardened no @@ -327,6 +328,11 @@ --with-jpeg-dir=%{l_prefix} \ --with-png-dir=%{l_prefix} \ %endif +%if "%{with_fastcgi}" == "yes" + --enable-fastcgi \ +%else + --disable-fastcgi \ +%endif %if "%{with_freetype}" == "yes" --enable-gd-native-ttf \ --with-freetype-dir=%{l_prefix} \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org