You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
927 B

  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. diff --git a/configure.ac b/configure.ac
  14. index 56a73df..1855af5 100644
  15. --- a/configure.ac
  16. +++ b/configure.ac
  17. @@ -4314,7 +4314,7 @@ AC_SUBST(SOABI)
  18. AC_MSG_CHECKING(ABIFLAGS)
  19. AC_MSG_RESULT($ABIFLAGS)
  20. AC_MSG_CHECKING(SOABI)
  21. -SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
  22. +SOABI='cpython-'`echo $VERSION | tr -d .`
  23. AC_MSG_RESULT($SOABI)
  24. AC_SUBST(EXT_SUFFIX)