summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-05-09 05:42:28 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-05-09 05:42:28 (GMT)
commit8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba (patch)
tree3a31e603455f4417f73ae54ed06cdfaca163f1d7 /Misc/NEWS
parent48e14d3fdac9902429dc5312252073389a538a17 (diff)
downloadcpython-8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba.zip
cpython-8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba.tar.gz
cpython-8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba.tar.bz2
The option is actually --no-as-needed.
Diffstat (limited to 'Misc/NEWS')
-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.