]> 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:39:52 +0000 (13:39 -0700)
committerdoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Mar 2013 20:39:52 +0000 (13:39 -0700)
commit6d3d0fe0b2ebb3628167fb90a6ffd51c3b73046b
tree9f03bd9e07f9425fe8bb611334478d1c621878eb
parentd06b35c1b6ef9e49c455bb4e163ce056bf80d073
parent1621d77fc8fb2385d26c7de39f55df60426ec6ec
- 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.
Lib/distutils/command/build_ext.py
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_install.py
Lib/sysconfig.py
Makefile.pre.in
Misc/NEWS
configure
configure.ac
setup.py