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

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

--- Python-3.4.1/configure.ac.~4~	2014-08-19 14:56:06.370409509 -0700
+++ Python-3.4.1/configure.ac	2014-08-19 14:56:45.423571774 -0700
@@ -4129,7 +4129,7 @@
 
 AC_SUBST(EXT_SUFFIX)
 case $ac_sys_system in
-    Linux*|GNU*)
+    Linux*|GNU*|SunOS)
 	EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
     *)
 	EXT_SUFFIX=${SHLIB_SUFFIX};;