]> granicus.if.org Git - python/commitdiff
Update NEWS for patch 1171735 (Darwin 8 build fixes)
authorBob Ippolito <bob@redivi.com>
Tue, 29 Mar 2005 13:47:59 +0000 (13:47 +0000)
committerBob Ippolito <bob@redivi.com>
Tue, 29 Mar 2005 13:47:59 +0000 (13:47 +0000)
Misc/NEWS

index 976e019bfe960202aed8a4228e924012be9bd226..bb381225ce430739918cf47129b6a29cca07a2b8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -245,6 +245,10 @@ Library
 Build
 -----
 
+- SF patch 1171735: Darwin 8's headers are anal about POSIX compliance,
+  and linking has changed (prebinding is now deprecated, and libcc_dynamic
+  no longer exists). This configure patch makes things right.
+
 - Bug #1158607: Build with --disable-unicode again.
 
 - spwdmodule.c is built only if either HAVE_GETSPNAM or HAVE_HAVE_GETSPENT is