diff options
author | Bob Ippolito <bob@redivi.com> | 2005-03-29 13:47:59 (GMT) |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2005-03-29 13:47:59 (GMT) |
commit | ed233460d87c6b3ef9a88e1b903a66862d54f073 (patch) | |
tree | 8134bcc7ea625330c8bf136a6186cf5aa0f54135 /Misc | |
parent | 12b6f6cac7299afc6790cb68591ccc9b2adbeff4 (diff) | |
download | cpython-ed233460d87c6b3ef9a88e1b903a66862d54f073.zip cpython-ed233460d87c6b3ef9a88e1b903a66862d54f073.tar.gz cpython-ed233460d87c6b3ef9a88e1b903a66862d54f073.tar.bz2 |
Update NEWS for patch 1171735 (Darwin 8 build fixes)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |