components/python/python34/patches/19-SOABI.patch
author John Beck <John.Beck@Oracle.COM>
Mon, 02 Feb 2015 18:48:58 -0800
branchs11-update
changeset 3786 fa9d2da4d216
parent 3783 9edbfb2ff34a
child 3869 eb4c6284602f
permissions -rw-r--r--
19782913 update Python to 3.4.2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
This patch was developed in-house.  We have not yet decided whether to offer
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
it upstream or not.
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
3786
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
     4
--- Python-3.4.2/configure.ac.~3~	2014-09-22 14:35:47.865240136 -0700
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
     5
+++ Python-3.4.2/configure.ac	2014-09-22 14:35:48.074504467 -0700
fa9d2da4d216 19782913 update Python to 3.4.2
John Beck <John.Beck@Oracle.COM>
parents: 3783
diff changeset
     6
@@ -4143,7 +4143,7 @@
3783
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
 
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
 AC_SUBST(EXT_SUFFIX)
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
 case $ac_sys_system in
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
-    Linux*|GNU*)
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
+    Linux*|GNU*|SunOS)
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
 	EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
     *)
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
 	EXT_SUFFIX=${SHLIB_SUFFIX};;