components/python/python35/patches/19-SOABI.patch
author John Beck <John.Beck@Oracle.COM>
Mon, 06 Feb 2017 13:54:36 -0800
changeset 7648 20e09cf3cfaa
parent 6447 56a2f066191a
permissions -rw-r--r--
25429083 Upgrade Python 3.5 line to 3.5.3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4912
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
This patch was developed in-house.  We have not yet decided whether to offer
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
it upstream or not.
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
6447
56a2f066191a 23858083 Upgrade Python to 3.5.2
John Beck <John.Beck@Oracle.COM>
parents: 5184
diff changeset
     4
--- Python-3.5.2/configure.ac.~3~	2016-07-08 07:01:17.881588483 -0700
56a2f066191a 23858083 Upgrade Python to 3.5.2
John Beck <John.Beck@Oracle.COM>
parents: 5184
diff changeset
     5
+++ Python-3.5.2/configure.ac	2016-07-08 07:01:18.127834605 -0700
7648
20e09cf3cfaa 25429083 Upgrade Python 3.5 line to 3.5.3
John Beck <John.Beck@Oracle.COM>
parents: 6447
diff changeset
     6
@@ -4562,7 +4562,7 @@
4912
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
 
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
 AC_SUBST(EXT_SUFFIX)
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
 case $ac_sys_system in
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
-    Linux*|GNU*|Darwin)
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
+    Linux*|GNU*|Darwin|SunOS)
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
 	EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
     *)
0b79e9575718 PSARC 2015/414 Python 3.5
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
 	EXT_SUFFIX=${SHLIB_SUFFIX};;