components/python/python34/patches/19-SOABI.patch
changeset 2060 a9ad5cd0ec29
child 2183 5d00686e81da
equal deleted inserted replaced
2059:da41cc055371 2060:a9ad5cd0ec29
       
     1 This patch was developed in-house.  We have not yet decided whether to offer
       
     2 it upstream or not.
       
     3 
       
     4 --- Python-3.4.1/configure.ac.~4~	2014-08-19 14:56:06.370409509 -0700
       
     5 +++ Python-3.4.1/configure.ac	2014-08-19 14:56:45.423571774 -0700
       
     6 @@ -4129,7 +4129,7 @@
       
     7  
       
     8  AC_SUBST(EXT_SUFFIX)
       
     9  case $ac_sys_system in
       
    10 -    Linux*|GNU*)
       
    11 +    Linux*|GNU*|SunOS)
       
    12  	EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
       
    13      *)
       
    14  	EXT_SUFFIX=${SHLIB_SUFFIX};;