]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 20 Dec 2020 04:54:18 +0000 (20:54 -0800)
committerGitHub <noreply@github.com>
Sun, 20 Dec 2020 04:54:18 +0000 (04:54 +0000)
commit4b155967b3e743cbdc31600f13f1bfcf07f7b6ce
tree10f4a26341422b3c1b7a7d0b75117de6ca5c1339
parenta34ab8188e0352e4066da4f79ed3cc24d1b61a63
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) (GH-23866)

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 a44ce6c9f725d336aea51a946b42769f29fed613)

Co-authored-by: Matti Picus <matti.picus@gmail.com>
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Misc/NEWS.d/next/Build/2020-12-20-02-35-28.bpo-42604.gRd89w.rst [new file with mode: 0644]
configure
configure.ac