patches/Python26-13-cflags.diff
author laca
Fri, 23 Jan 2009 10:03:46 +0000
changeset 14969 f8bffd75f3c5
permissions -rw-r--r--
2009-01-23 Laszlo (Laca) Peter <[email protected]> * SUNWPython.spec: add patch cflags.diff, fixes 6792612 * SUNWPython25.spec: same for 2.5 * SUNWPython26.spec: same for 2.6 * patches/Python-16-cflags.diff: (new) patch for 6792612 * patches/Python25-13-cflags.diff: (new) patch for 6792612 * patches/Python26-13-cflags.diff: (new) patch for 6792612

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