components/python/python34/patches/19-SOABI.patch
author John Beck <John.Beck@Oracle.COM>
Tue, 22 Dec 2015 07:57:25 -0800
changeset 5229 b7b91ddbbdce
parent 3869 eb4c6284602f
permissions -rw-r--r--
22456127 Upgrade Python 3.4 line to 3.4.4

This patch was developed in-house.  We have not yet decided whether to offer
it upstream or not.

--- Python-3.4.3/configure.ac.~3~	2015-02-25 08:26:17.783623099 -0800
+++ Python-3.4.3/configure.ac	2015-02-25 08:26:17.981864039 -0800
@@ -4153,7 +4153,7 @@
 
 AC_SUBST(EXT_SUFFIX)
 case $ac_sys_system in
-    Linux*|GNU*)
+    Linux*|GNU*|SunOS)
 	EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
     *)
 	EXT_SUFFIX=${SHLIB_SUFFIX};;