summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-02 05:29:51 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-09-02 05:29:51 (GMT)
commit2bb25cc1e212109dcba04feed4027a2447ec12d1 (patch)
treebc602ac6f72ef79b3ce3e0cefd9ee51a7d639555 /Misc/NEWS
parent3b6be74304b528112a2a4baebc17eaccca15f049 (diff)
downloadcpython-2bb25cc1e212109dcba04feed4027a2447ec12d1.zip
cpython-2bb25cc1e212109dcba04feed4027a2447ec12d1.tar.gz
cpython-2bb25cc1e212109dcba04feed4027a2447ec12d1.tar.bz2
Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
library targets in the Makefile.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76df45c..a107473 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Core and Builtins
- Added warnings on the use of ``__getslice__``, ``__setslice__``, or
``__delslice__``.
+- Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
+ library targets in the Makefile.
+
C-API
-----