components/python/python35/patches/19-SOABI.patch
changeset 4912 0b79e9575718
child 5184 6c2a9525f3a4
equal deleted inserted replaced
4911:6590570733a1 4912:0b79e9575718
       
     1 This patch was developed in-house.  We have not yet decided whether to offer
       
     2 it upstream or not.
       
     3 
       
     4 --- Python-3.5.0a4/configure.ac.~3~	2015-04-20 14:10:42.056744800 -0700
       
     5 +++ Python-3.5.0a4/configure.ac	2015-04-20 14:10:42.275328447 -0700
       
     6 @@ -4369,7 +4369,7 @@
       
     7  
       
     8  AC_SUBST(EXT_SUFFIX)
       
     9  case $ac_sys_system in
       
    10 -    Linux*|GNU*|Darwin)
       
    11 +    Linux*|GNU*|Darwin|SunOS)
       
    12  	EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
       
    13      *)
       
    14  	EXT_SUFFIX=${SHLIB_SUFFIX};;