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.

22 lines
845 B

  1. --- a/configure
  2. +++ b/configure
  3. @@ -15366,7 +15366,7 @@ $as_echo_n "checking ABIFLAGS... " >&6;
  4. $as_echo "$ABIFLAGS" >&6; }
  5. { $as_echo "$as_me:${as_lineno-$LINENO}: checking SOABI" >&5
  6. $as_echo_n "checking SOABI... " >&6; }
  7. -SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
  8. +SOABI='cpython-'`echo $VERSION | tr -d .`
  9. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOABI" >&5
  10. $as_echo "$SOABI" >&6; }
  11. --- a/configure.ac
  12. +++ b/configure.ac
  13. @@ -4770,7 +4770,7 @@ AC_SUBST(SOABI)
  14. AC_MSG_CHECKING(ABIFLAGS)
  15. AC_MSG_RESULT($ABIFLAGS)
  16. AC_MSG_CHECKING(SOABI)
  17. -SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
  18. +SOABI='cpython-'`echo $VERSION | tr -d .`
  19. AC_MSG_RESULT($SOABI)
  20. # Release and debug (Py_DEBUG) ABI are compatible, but not Py_TRACE_REFS ABI