]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
authordoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Mar 2013 20:21:49 +0000 (13:21 -0700)
committerdoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Mar 2013 20:21:49 +0000 (13:21 -0700)
commitd5537d071cc2acada7220431a0eea5931c2e8a2d
treeeba2ec8207b84f178068d4f86942e962113d7689
parent03b0116c781f8b2b530c2452d25d9a372c8f3635
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
  two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
  SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
13 files changed:
Doc/whatsnew/3.2.rst
Lib/distutils/command/build_ext.py
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_build_ext.py
Lib/distutils/tests/test_install.py
Lib/sysconfig.py
Makefile.pre.in
Misc/NEWS
Misc/python-config.in
configure
configure.ac
pyconfig.h.in
setup.py