diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-22 00:22:44 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-22 00:22:44 (GMT) |
commit | a7a94a0a21030998eda42140ccec3df00af14cd3 (patch) | |
tree | 7d05bf190f26b81b16458f4c3bf881a476d22a70 /Misc | |
parent | c610afbca4fdd3e70b804f92b798ffdbc3fcf1bb (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |