diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-09 08:28:53 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-09 08:28:53 (GMT) |
commit | e2be83def891db39fd4b7b707247740bd28cd811 (patch) | |
tree | d13ef17339ecba456175c093d1a70bb9ded07121 /Misc | |
parent | 809e22543f8bafd2df66fbe116ad49bbca5793f3 (diff) | |
download | cpython-e2be83def891db39fd4b7b707247740bd28cd811.zip cpython-e2be83def891db39fd4b7b707247740bd28cd811.tar.gz cpython-e2be83def891db39fd4b7b707247740bd28cd811.tar.bz2 |
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -285,6 +285,9 @@ Core and Builtins Library ------- +- Issue #5900: Ensure RUNPATH is added to extension modules with RPATH if GNU + ld is used. Original patch by Floris Bruynooghe. + - Issue #5941: Distutils build_clib command was not working anymore because of an incomplete costumization of the archiver command. Added ARFLAGS in the Makefile besides AR and make Distutils use it. Original patch by David |