http://hg.python.org/cpython/rev/916c6239c7a7 changeset: 69965:916c6239c7a7 branch: 3.2 parent: 69963:749686064642 user: Martin v. Löwis <martin at v.loewis.de> date: Mon May 09 07:42:28 2011 +0200 summary: The option is actually --no-as-needed. files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -313,7 +313,7 @@ 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. -- Repository URL: http://hg.python.org/cpython