rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / python / python37 / patches / 13-SOABI.patch
blob992bee9e19c2ec3c93b7b6456e808978d90efa71
1 This patch was developed in-house. We have not yet decided whether to offer
2 it upstream or not.
4 --- Python-3.7.5/configure.ac
5 +++ Python-3.7.5/configure.ac
6 @@ -4744,7 +4744,7 @@ AC_MSG_RESULT($SOABI)
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};;
14 EXT_SUFFIX=${SHLIB_SUFFIX};;