The option is actually --no-as-needed.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 9 May 2011 05:42:28 +0000 (07:42 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 9 May 2011 05:42:28 +0000 (07:42 +0200)
Misc/NEWS

index 233fc1b1665468ad547d92c2c4c6733b359a4120..352ea202c6e98b74879dbf1d7032ebb2ebd8398b 100644 (file)
--- 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.