]> granicus.if.org Git - python/commitdiff
- Issue #25440: Fix output of python-config --extension-suffix.
authordoko@ubuntu.com <doko@ubuntu.com>
Mon, 19 Oct 2015 12:07:57 +0000 (14:07 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Mon, 19 Oct 2015 12:07:57 +0000 (14:07 +0200)
Misc/NEWS
Misc/python-config.sh.in

index c6a4d3f9f598c5798ee996ca2a617ef5ab926f5d..260ee3ff09aa55b6494f50207b21cfe4c351cd9a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -679,6 +679,8 @@ Documentation
 Tools/Demos
 -----------
 
+- Issue #25440: Fix output of python-config --extension-suffix.
+
 - Issue #23330: h2py now supports arbitrary filenames in #include.
 
 - Issue #24031: make patchcheck now supports git checkouts, too.
index 64c81e5f74b272e13627b3213d3daa1b1209fa89..30c6927871001dafc368e31e8c70717b5d9a979b 100644 (file)
@@ -49,7 +49,7 @@ PY_ENABLE_SHARED="@PY_ENABLE_SHARED@"
 LDVERSION="@LDVERSION@"
 LIBDEST=${prefix}/lib/python${VERSION}
 LIBPL=$(echo "@LIBPL@" | sed "s#$prefix_build#$prefix_real#")
-SO="@SO@"
+SO="@EXT_SUFFIX@"
 PYTHONFRAMEWORK="@PYTHONFRAMEWORK@"
 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"