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-sapi_fpm_Makefile.frag | |
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-sapi_fpm_Makefile.frag')
-rw-r--r-- | lang/php53/files/patch-sapi_fpm_Makefile.frag | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/php53/files/patch-sapi_fpm_Makefile.frag b/lang/php53/files/patch-sapi_fpm_Makefile.frag new file mode 100644 index 000000000000..205537ef04e2 --- /dev/null +++ b/lang/php53/files/patch-sapi_fpm_Makefile.frag @@ -0,0 +1,19 @@ +--- sapi/fpm/Makefile.frag.orig 2010-07-27 15:57:32.000000000 +0200 ++++ sapi/fpm/Makefile.frag 2010-07-27 15:57:06.000000000 +0200 +@@ -3,14 +3,14 @@ + $(builddir)/fpm: + @mkdir -p $(builddir)/fpm + +-$(SAPI_FPM_PATH): $(builddir)/fpm $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(SAPI_EXTRA_DEPS) ++$(SAPI_FPM_PATH): $(builddir)/fpm $(PHP_GLOBAL_OBJS) $(PHP_FPM_OBJS) $(FPM_EXTRA_DEPS) + $(BUILD_FPM) + + $(builddir)/fpm/fpm_conf.lo: $(builddir)/../../main/build-defs.h + + install-build: install-fpm + +-install-fpm: install-sapi ++install-fpm: + @echo "Installing PHP FPM binary: $(INSTALL_ROOT)$(sbindir)/" + @$(mkinstalldirs) $(INSTALL_ROOT)$(sbindir) + @$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/log |