summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 233fc1b..352ea20 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.