014-remove-platform-so-suffix.patch (927B)
1 diff --git a/configure b/configure 2 index e823a08..84c525f 100755 3 --- a/configure 4 +++ b/configure 5 @@ -14365,7 +14365,7 @@ $as_echo_n "checking ABIFLAGS... " >&6; } 6 $as_echo "$ABIFLAGS" >&6; } 7 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SOABI" >&5 8 $as_echo_n "checking SOABI... " >&6; } 9 -SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET} 10 +SOABI='cpython-'`echo $VERSION | tr -d .` 11 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOABI" >&5 12 $as_echo "$SOABI" >&6; } 13 14 diff --git a/configure.ac b/configure.ac 15 index 56a73df..1855af5 100644 16 --- a/configure.ac 17 +++ b/configure.ac 18 @@ -4314,7 +4314,7 @@ AC_SUBST(SOABI) 19 AC_MSG_CHECKING(ABIFLAGS) 20 AC_MSG_RESULT($ABIFLAGS) 21 AC_MSG_CHECKING(SOABI) 22 -SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET} 23 +SOABI='cpython-'`echo $VERSION | tr -d .` 24 AC_MSG_RESULT($SOABI) 25 26 AC_SUBST(EXT_SUFFIX)