components/python/python26/patches/Python26-13-cflags.patch
author John Beck <John.Beck@Oracle.COM>
Mon, 23 Sep 2013 15:04:26 -0700
branchs11-update
changeset 2773 8d29ec07e743
parent 634 bd9c94f9f6e0
permissions -rw-r--r--
17457626 Python regression test_ssl fails due to missing certificate file

--- 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"
 	    ;;