components/php-5_3/php-sapi/patches/031_php_Makefile.global.patch
changeset 4987 6a82655eda42
parent 4986 90a869b3f47a
child 4988 4b69c7c7e09b
equal deleted inserted replaced
4986:90a869b3f47a 4987:6a82655eda42
     1 --- php-5.3.10/Makefile.global_orig	Sun Sep  5 05:29:47 2010
       
     2 +++ php-5.3.10/Makefile.global	Wed Feb  8 11:25:26 2012
       
     3 @@ -2,7 +2,7 @@
       
     4  INSTALL = $(top_srcdir)/build/shtool install -c
       
     5  INSTALL_DATA = $(INSTALL) -m 644
       
     6  
       
     7 -DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
       
     8 +DEFS = -DPHP_ATOM_INC $(CPP_LARGEFILES) -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
       
     9  COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH)
       
    10  
       
    11  all: $(all_targets) 
       
    12 @@ -67,7 +67,7 @@
       
    13  		done; \
       
    14  	fi
       
    15  
       
    16 -PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'
       
    17 +PHP_TEST_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'
       
    18  PHP_TEST_SHARED_EXTENSIONS =  ` \
       
    19  	if test "x$(PHP_MODULES)" != "x"; then \
       
    20  		for i in $(PHP_MODULES)""; do \