components/python/python27/patches/10-cflags.patch
changeset 1914 00e8dbcb9b1e
parent 634 bd9c94f9f6e0
child 1954 32663e59626d
equal deleted inserted replaced
1913:bf893655bc39 1914:00e8dbcb9b1e
     1 --- Python-2.6.4/configure.in.orig	Fri Nov  4 12:03:26 2011
     1 --- Python-2.7.6/configure.ac.~2~	2014-05-14 13:20:24.767295632 -0700
     2 +++ Python-2.6.4/configure.in	Fri Nov  4 12:04:05 2011
     2 +++ Python-2.7.6/configure.ac	2014-05-14 13:20:25.052695991 -0700
     3 @@ -919,7 +919,7 @@
     3 @@ -1083,7 +1083,7 @@
     4  	;;
     4  	;;
     5  
     5  
     6      *)
     6      *)
     7 -	OPT="-O"
     7 -	OPT="-O"
     8 +	OPT=""
     8 +	OPT=""
     9  	;;
     9  	;;
    10      esac
    10      esac
    11  
    11  fi
    12 @@ -1110,6 +1110,8 @@
       
    13  	# environment?
       
    14          Darwin*)
       
    15  	    ;;
       
    16 +	SunOS*)
       
    17 +	    ;;
       
    18          *)
       
    19  	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
       
    20  	    ;;