summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-06-27 04:12:58 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-06-27 04:12:58 (GMT)
commit3b6b80159e89efb85aa55ec98a658fd3c6fec3f7 (patch)
tree878805134c074471d2b4ad44a9cffc1d71fe9816 /Misc
parent524b59bf7c8284a717db3573c23fda66fd6eccba (diff)
downloadcpython-3b6b80159e89efb85aa55ec98a658fd3c6fec3f7.zip
cpython-3b6b80159e89efb85aa55ec98a658fd3c6fec3f7.tar.gz
cpython-3b6b80159e89efb85aa55ec98a658fd3c6fec3f7.tar.bz2
Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.
No need to install lib-old, it's empty in 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76acf30..f4c726e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,11 @@ Library
- The wsgiref package is now installed properly on Unix.
+Build
+-----
+
+- Bug #1513032, 'make install' failed on FreeBSD 5.3 due to lib-old
+ trying to be installed even though it's empty.
What's New in Python 2.5 beta 1?