[csw-devel] SF.net SVN: gar:[21062] csw/mgar/pkg/php5/trunk/Makefile

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Mon May 13 00:02:53 CEST 2013


Revision: 21062
          http://gar.svn.sourceforge.net/gar/?rev=21062&view=rev
Author:   wilbury
Date:     2013-05-12 22:02:52 +0000 (Sun, 12 May 2013)
Log Message:
-----------
php5/trunk: No FPM at the moment, compilation issues.

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/Makefile

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2013-05-12 20:11:47 UTC (rev 21061)
+++ csw/mgar/pkg/php5/trunk/Makefile	2013-05-12 22:02:52 UTC (rev 21062)
@@ -19,10 +19,10 @@
 endef
 
 EXTRA_MODULATORS = SAPI
-MODULATIONS_SAPI = cgi ap2 fpm
+MODULATIONS_SAPI = cgi ap2
 MERGE_SCRIPTS_isa-default-sapi-cgi = copy-all
 MERGE_SCRIPTS_isa-default-sapi-ap2 = copy-all
-MERGE_SCRIPTS_isa-default-sapi-fpm = copy-all
+#MERGE_SCRIPTS_isa-default-sapi-fpm = copy-all
 
 # turn on the build scripts to enable/disable modules
 PHP5_EXT = 1
@@ -326,9 +326,9 @@
 ifeq ($(SAPI),ap2)
 CONFIGURE_ARGS += --with-apxs2=$(prefix)/apache2/sbin/apxs
 endif
-ifeq ($(SAPI),fpm)
-CONFIGURE_ARGS += --enable-fpm
-endif
+#ifeq ($(SAPI),fpm)
+#CONFIGURE_ARGS += --enable-fpm
+#endif
 
 # Disable Tests (report submitted to PHP QA)
 SKIPTEST = 1

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list