From: Ned Deily Date: Sat, 28 May 2011 13:04:02 +0000 (-0700) Subject: Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, X-Git-Tag: v3.3.0a1~2183^2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4eed06dfa3d508235df147aaac44d0dad017e7a;p=python Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does. --- e4eed06dfa3d508235df147aaac44d0dad017e7a diff --cc Misc/NEWS index 46cf4d6e37,4962721051..dc00e69b96 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -721,15 -448,10 +721,19 @@@ Librar Build ----- ++- Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, ++ ensure "make install" creates symlinks in --prefix bin for the "-32" ++ files in the framework bin directory like the installer does. ++ +- Issue #11347: Use --no-as-needed when linking libpython3.so. + - Issue #11411: Fix 'make DESTDIR=' with a relative destination. -- Issue #11268: Prevent Mac OS X Installer failure if Documentation package had - previously been installed. +- Issue #11268: Prevent Mac OS X Installer failure if Documentation + package had previously been installed. + +- Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2. + IDLE ----