Alexander Pyhalov
2014-12-13 7b0dcec86c5455046c26524cf1a36c2e9df55fd9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This patch was developed in-house.  We have not yet decided whether to offer
it upstream or not.
 
--- Python-3.4.2/configure.ac.~3~    2014-09-22 14:35:47.865240136 -0700
+++ Python-3.4.2/configure.ac    2014-09-22 14:35:48.074504467 -0700
@@ -4143,7 +4143,7 @@
 
 AC_SUBST(EXT_SUFFIX)
 case $ac_sys_system in
-    Linux*|GNU*)
+    Linux*|GNU*|SunOS)
     EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
     *)
     EXT_SUFFIX=${SHLIB_SUFFIX};;