- Link the shared python library with $(MODLIBS).
diff --git a/Misc/NEWS b/Misc/NEWS
index eb71173..7787203 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -494,6 +494,8 @@
 Build
 -----
 
+- Link the shared python library with $(MODLIBS).
+
 - Issue #5134: Silence compiler warnings when compiling sqlite with VC++.
 
 - Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.