components/php-5_2/php-sapi/patches/03_php_Makefile.global.patch
changeset 461 edabdd6aff23
equal deleted inserted replaced
460:aded0f0f9594 461:edabdd6aff23
       
     1 --- php-5.2.9/Makefile.global.ORIG	Mon Mar 30 09:32:03 2009
       
     2 +++ php-5.2.9/Makefile.global	Mon Mar 30 09:31:44 2009
       
     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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 \