- SECURITY fixes: CVE-2012-0057 CVE-2011-4566 CVE-2012-0788 CVE-2012-0789 - sync WANTLIB for php-5.2 while there ok robert@
12 lines
475 B
Plaintext
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
|