patches/Python-16-cflags.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 14969 f8bffd75f3c5
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

--- Python-2.4.4/configure.in.cflags	2009-01-23 21:18:10.960345928 +1300
+++ Python-2.4.4/configure.in	2009-01-23 21:20:22.970785393 +1300
@@ -899,6 +899,8 @@
 	# environment?
         Darwin*)
 	    ;;
+	SunOS*)
+	    ;;
         *)
 	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
 	    ;;