patches/Python25-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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14969
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     1
--- Python-2.4.4/configure.in.cflags	2009-01-23 21:18:10.960345928 +1300
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     2
+++ Python-2.4.4/configure.in	2009-01-23 21:20:22.970785393 +1300
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     3
@@ -899,6 +899,8 @@
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     4
 	# environment?
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     5
         Darwin*)
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     6
 	    ;;
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     7
+	SunOS*)
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     8
+	    ;;
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     9
         *)
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
    10
 	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
    11
 	    ;;