diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-07-27 15:13:54 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-07-27 15:13:54 +0000 |
commit | 49a746ede788f5fcf95cd62f98fd891625d15840 (patch) | |
tree | f774949ed5b9db04e5310ffa8f9254c07cc012f3 /lang/php53/files/patch-configure.in | |
parent | Really fix includes. (diff) |
Update to 5.3.3 release:
- add FPM sapi (experimental) [1]
- add apache2filter sapi (experimental)
PR: ports/148956 [1]
Submitted by: mm
Notes
Notes:
svn path=/head/; revision=258339
Diffstat (limited to 'lang/php53/files/patch-configure.in')
-rw-r--r-- | lang/php53/files/patch-configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/files/patch-configure.in b/lang/php53/files/patch-configure.in index 3cdb4241f6a2..a37ca5c6e327 100644 --- a/lang/php53/files/patch-configure.in +++ b/lang/php53/files/patch-configure.in @@ -31,7 +31,7 @@ -all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET) $pharcmd" -install_targets="$install_modules install-build install-headers install-programs $install_pear $pharcmd_install" -+all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET) \$(PHP_CGI_TARGET) $pharcmd" ++all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET) \$(PHP_CGI_TARGET) \$(PHP_FPM_TARGET) $pharcmd" +install_targets="$PHP_INSTALL_CLI_TARGET $PHP_INSTALL_CGI_TARGET $install_modules install-build install-headers install-programs $install_pear $pharcmd_install" case $PHP_SAPI in @@ -40,7 +40,7 @@ - ;; - *) - install_targets="install-sapi $PHP_INSTALL_CLI_TARGET $install_targets" -+ apache|apache2handler) ++ apache|apache2handler|apache2filter) + install_targets="install-sapi $install_targets" ;; esac |