diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-02 05:29:51 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-02 05:29:51 (GMT) |
commit | 2bb25cc1e212109dcba04feed4027a2447ec12d1 (patch) | |
tree | bc602ac6f72ef79b3ce3e0cefd9ee51a7d639555 /Misc/NEWS | |
parent | 3b6be74304b528112a2a4baebc17eaccca15f049 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |