diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-05-09 07:42:48 +0200 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-05-09 07:42:48 +0200 |
commit | 75813105a2cb35ce4486038dd9bb7ae07e2a2c72 (patch) | |
tree | d14a503574e4a981ee4162c17068cb11a07273c3 | |
parent | 4e9da47d8fa9bf11267071596f24a1aeda3910a1 (diff) | |
parent | 8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba (diff) | |
download | cpython-git-75813105a2cb35ce4486038dd9bb7ae07e2a2c72.tar.gz |
merged
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -578,7 +578,7 @@ Library Build ----- -- Issue #11347: Use --as-needed when linking libpython3.so. +- Issue #11347: Use --no-as-needed when linking libpython3.so. - Issue #11411: Fix 'make DESTDIR=' with a relative destination. |