From: Martin v. Löwis Date: Mon, 9 May 2011 05:42:28 +0000 (+0200) Subject: The option is actually --no-as-needed. X-Git-Tag: v3.2.1rc1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba;p=thirdparty%2FPython%2Fcpython.git The option is actually --no-as-needed. --- diff --git a/Misc/NEWS b/Misc/NEWS index 233fc1b16654..352ea202c6e9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -313,7 +313,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.