diff --git a/Misc/NEWS b/Misc/NEWS index 11c178b956b..eec84f7b372 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.