Skip to content

[3.8] bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) #23867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 20, 2020

Now all platforms use a value for the "EXT_SUFFIX" build variable derived
from SOABI (for instance in FreeBSD, "EXT_SUFFIX" is now ".cpython-310d.so"
instead of ".so"). Previously only Linux, Mac and VxWorks were using a value
for "EXT_SUFFIX" that included "SOABI".

Co-authored-by: Pablo Galindo pablogsal@gmail.com
(cherry picked from commit a44ce6c)

Co-authored-by: Matti Picus matti.picus@gmail.com

https://bugs.python.org/issue42604

…onfigure (pythonGH-23708)

Now all platforms use a value for the "EXT_SUFFIX" build variable derived
from SOABI (for instance in FreeBSD, "EXT_SUFFIX" is now ".cpython-310d.so"
instead of ".so"). Previously only Linux, Mac and VxWorks were using a value
for "EXT_SUFFIX" that included "SOABI".

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
(cherry picked from commit a44ce6c)

Co-authored-by: Matti Picus <matti.picus@gmail.com>
@miss-islington
Copy link
Contributor Author

@mattip and @pablogsal: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit b01091a into python:3.8 Dec 20, 2020
@miss-islington miss-islington deleted the backport-a44ce6c-3.8 branch December 20, 2020 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants