diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-11-06-16-31-51.bpo-42277.JTYgod.rst b/Misc/NEWS.d/next/Core and Builtins/2020-11-06-16-31-51.bpo-42277.JTYgod.rst new file mode 100644 index 00000000000000..d302155d67a4c0 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-11-06-16-31-51.bpo-42277.JTYgod.rst @@ -0,0 +1 @@ +On Solaris, C extension file names are now ABI version tagged as per PEP 3149. diff --git a/configure b/configure index bc87485bf516d1..d7527cd6583c29 100755 --- a/configure +++ b/configure @@ -15355,7 +15355,7 @@ fi case $ac_sys_system in - Linux*|GNU*|Darwin|VxWorks) + Linux*|GNU*|Darwin|VxWorks|SunOS) EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};; *) EXT_SUFFIX=${SHLIB_SUFFIX};; diff --git a/configure.ac b/configure.ac index 49ed09a3a009bf..1c5bd7017256c7 100644 --- a/configure.ac +++ b/configure.ac @@ -4767,7 +4767,7 @@ fi AC_SUBST(EXT_SUFFIX) case $ac_sys_system in - Linux*|GNU*|Darwin|VxWorks) + Linux*|GNU*|Darwin|VxWorks|SunOS) EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};; *) EXT_SUFFIX=${SHLIB_SUFFIX};;
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: