components/php-5_3/php-sapi/patches/031_php_Makefile.global.patch
changeset 846 fe258446a1ae
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/php-5_3/php-sapi/patches/031_php_Makefile.global.patch	Thu May 31 14:36:45 2012 -0700
@@ -0,0 +1,20 @@
+--- php-5.3.10/Makefile.global_orig	Sun Sep  5 05:29:47 2010
++++ php-5.3.10/Makefile.global	Wed Feb  8 11:25:26 2012
+@@ -2,7 +2,7 @@
+ INSTALL = $(top_srcdir)/build/shtool install -c
+ INSTALL_DATA = $(INSTALL) -m 644
+ 
+-DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
++DEFS = -DPHP_ATOM_INC $(CPP_LARGEFILES) -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
+ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH)
+ 
+ all: $(all_targets) 
+@@ -67,7 +67,7 @@
+ 		done; \
+ 	fi
+ 
+-PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'
++PHP_TEST_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'
+ PHP_TEST_SHARED_EXTENSIONS =  ` \
+ 	if test "x$(PHP_MODULES)" != "x"; then \
+ 		for i in $(PHP_MODULES)""; do \