openbsd-ports/lang/php/5.3/patches/patch-sapi_fpm_Makefile_frag
sthen cf14dc2f78 update php-5.3 to 5.3.9
- SECURITY fixes: CVE-2012-0057 CVE-2011-4566 CVE-2012-0788 CVE-2012-0789
- sync WANTLIB for php-5.2 while there

ok robert@
2012-01-21 23:34:35 +00:00

12 lines
475 B
Plaintext

--- sapi/fpm/Makefile.frag.orig.port Sat Oct 8 22:04:10 2011
+++ sapi/fpm/Makefile.frag Wed Jan 18 13:57:26 2012
@@ -4,7 +4,7 @@ $(builddir)/fpm:
@mkdir -p $(builddir)/fpm
@mkdir -p $(builddir)/fpm/events
-$(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) $(SAPI_EXTRA_DEPS)
$(BUILD_FPM)
$(builddir)/fpm/fpm_conf.lo: $(builddir)/../../main/build-defs.h