summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-02-22 23:18:38 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-02-22 23:18:38 (GMT)
commit906785c4c20c5b2ea25fbca63c01732a6818e61c (patch)
treeb154d728ed8eec52bfeea048d21a74e8f31b849d /Misc
parent929a7236906e1658c6d165fe818ebb0250223de5 (diff)
downloadcpython-906785c4c20c5b2ea25fbca63c01732a6818e61c.zip
cpython-906785c4c20c5b2ea25fbca63c01732a6818e61c.tar.gz
cpython-906785c4c20c5b2ea25fbca63c01732a6818e61c.tar.bz2
Merged revisions 69889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69889 | matthias.klose | 2009-02-23 00:14:26 +0100 (Mo, 23 Feb 2009) | 2 lines - Link the shared python library with $(MODLIBS). ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ea659a5..09af442 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -479,6 +479,8 @@ Tools/Demos
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.