components/python/python34/patches/19-SOABI.patch
author John Beck <John.Beck@Oracle.COM>
Wed, 04 Feb 2015 07:11:04 -0800
branchs11-update
changeset 3783 9edbfb2ff34a
child 2183 5d00686e81da
permissions -rw-r--r--
19492342 Python 3.4 should be built --with-pymalloc
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
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
--- Python-3.4.1/configure.ac.~4~	2014-08-19 14:56:06.370409509 -0700
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
+++ Python-3.4.1/configure.ac	2014-08-19 14:56:45.423571774 -0700
9edbfb2ff34a 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
@@ -4129,7 +4129,7 @@
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};;