Patch #1429775: Link Python modules to libpython on linux if
--enable-shared. Fixes #832799.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ee39f1..f874a2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,8 @@
 Build
 -----
 
+- Patch #1429775: Link extension modules with the shared libpython.
+
 C API
 -----