commit | 2bb25cc1e212109dcba04feed4027a2447ec12d1 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Sep 02 05:29:51 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Sep 02 05:29:51 2008 +0000 |
tree | bc602ac6f72ef79b3ce3e0cefd9ee51a7d639555 | |
parent | 3b6be74304b528112a2a4baebc17eaccca15f049 [diff] [blame] |
Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared library targets in the Makefile.
diff --git a/Misc/NEWS b/Misc/NEWS index 76df45c..a107473 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -45,6 +45,9 @@ - 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 -----