components/python/python27/patches/10-cflags.patch
branchs11-update
changeset 3367 ed5024e47b53
parent 634 bd9c94f9f6e0
child 3565 2d729d36ded7
equal deleted inserted replaced
3366:dba288608e69 3367:ed5024e47b53
     1 --- Python-2.6.4/configure.in.orig	Fri Nov  4 12:03:26 2011
     1 This patch is Solaris-specific and thus not suitable for upstream.
     2 +++ Python-2.6.4/configure.in	Fri Nov  4 12:04:05 2011
     2 
     3 @@ -919,7 +919,7 @@
     3 --- Python-2.7.6/configure.ac.~2~	2014-05-14 13:20:24.767295632 -0700
       
     4 +++ Python-2.7.6/configure.ac	2014-05-14 13:20:25.052695991 -0700
       
     5 @@ -1083,7 +1083,7 @@
     4  	;;
     6  	;;
     5  
     7  
     6      *)
     8      *)
     7 -	OPT="-O"
     9 -	OPT="-O"
     8 +	OPT=""
    10 +	OPT=""
     9  	;;
    11  	;;
    10      esac
    12      esac
    11  
    13  fi
    12 @@ -1110,6 +1110,8 @@
       
    13  	# environment?
       
    14          Darwin*)
       
    15  	    ;;
       
    16 +	SunOS*)
       
    17 +	    ;;
       
    18          *)
       
    19  	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
       
    20  	    ;;