components/python/python26/patches/Python26-13-cflags.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Mon, 06 May 2013 00:52:47 -0700
branchs11-update
changeset 2595 99123457f5c6
parent 634 bd9c94f9f6e0
permissions -rw-r--r--
16554228 Upgrade libxslt to version 1.1.28 16554178 problem in LIBRARY/LIBXSLT

--- Python-2.6.4/configure.in.old	Fri Nov  4 12:03:26 2011
+++ Python-2.6.4/configure.in	Fri Nov  4 12:04:05 2011
@@ -919,7 +919,7 @@
 	;;
 
     *)
-	OPT="-O"
+	OPT=""
 	;;
     esac
 
@@ -1110,6 +1110,8 @@
 	# environment?
         Darwin*)
 	    ;;
+	SunOS*)
+	    ;;
         *)
 	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
 	    ;;