summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-22 00:22:44 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-09-22 00:22:44 (GMT)
commita7a94a0a21030998eda42140ccec3df00af14cd3 (patch)
tree7d05bf190f26b81b16458f4c3bf881a476d22a70 /Misc
parentc610afbca4fdd3e70b804f92b798ffdbc3fcf1bb (diff)
downloadcpython-a7a94a0a21030998eda42140ccec3df00af14cd3.zip
cpython-a7a94a0a21030998eda42140ccec3df00af14cd3.tar.gz
cpython-a7a94a0a21030998eda42140ccec3df00af14cd3.tar.bz2
Backport r66141 from trunk:
- Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared library targets in the Makefile.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cba0d06..a4c2ef5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@ Core and builtins
that may be required when linking against readline. This fixes issues
with x86_64 builds on some platforms (a few Linux flavors and OpenBSD).
+- Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
+ library targets in the Makefile.
+
Library
-------