diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-05-09 05:37:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-05-09 05:37:45 (GMT) |
commit | 48e14d3fdac9902429dc5312252073389a538a17 (patch) | |
tree | 785086f8f61e822ba2928e1af4ab6e4118d9c366 /Misc | |
parent | 19f7ca25e5dc746b0f52d610ba1b2a80ec329c50 (diff) | |
download | cpython-48e14d3fdac9902429dc5312252073389a538a17.zip cpython-48e14d3fdac9902429dc5312252073389a538a17.tar.gz cpython-48e14d3fdac9902429dc5312252073389a538a17.tar.bz2 |
Use --as-needed when linking libpython3.so. Closes #11347.
Patch by Arfrever Frehtes Taifersar Arahesis.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -313,6 +313,8 @@ Library Build ----- +- Issue #11347: Use --as-needed when linking libpython3.so. + - Issue #11411: Fix 'make DESTDIR=' with a relative destination. - Issue #11268: Prevent Mac OS X Installer failure if Documentation |