Aurelien Larcher
2021-01-08 b5a8497ec9558d0061024ac4b49f445bbe7d1094
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.9.1/configure.ac
+++ Python-3.9.1/configure.ac
@@ -4784,7 +4784,7 @@ fi
 
 AC_SUBST(EXT_SUFFIX)
 case $ac_sys_system in
-    Linux*|GNU*|Darwin|VxWorks)
+    Linux*|GNU*|Darwin|VxWorks|SunOS)
     EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
     *)
     EXT_SUFFIX=${SHLIB_SUFFIX};;