summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e3dd20d..9cbdc3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -768,6 +768,10 @@ Tools/Demos
Build
-----
+- Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS
+ returned by python-config if Python was built with --enable-shared
+ because that prevented the shared library from being used.
+
- Patch #1569798: fix a bug in distutils when building Python from a
directory within sys.exec_prefix.