commit | 74fb2114455e73bc4ce9c384ee599db24ba95b3f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 13 10:19:35 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 13 10:19:35 2007 +0000 |
tree | 319c0b751430aa3db0e71273e85bf5f8a48d1273 | |
parent | 6cdcdbcdaad14351d392888403419f5a3204b1a3 [diff] [blame] |
Patch #1569798: fix a bug in distutils when building Python from a directory within sys.exec_prefix. (backport from rev. 54331)
diff --git a/Misc/NEWS b/Misc/NEWS index b993ad8..3a5edc0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -384,6 +384,9 @@ Build ----- +- Patch #1569798: fix a bug in distutils when building Python from a + directory within sys.exec_prefix. + - Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. - Disable _XOPEN_SOURCE on NetBSD 1.x.