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.
(backport from rev. 54634)
diff --git a/Misc/NEWS b/Misc/NEWS
index 77aa414..da35e71 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -426,6 +426,10 @@
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.