]> granicus.if.org Git - python/commitdiff
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
authorNed Deily <nad@acm.org>
Sat, 28 May 2011 13:04:02 +0000 (06:04 -0700)
committerNed Deily <nad@acm.org>
Sat, 28 May 2011 13:04:02 +0000 (06:04 -0700)
ensure "make install" creates symlinks in --prefix bin for the "-32"
files in the framework bin directory like the installer does.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 46cf4d6e37c68d7e7c3ebd3153846961de9e1fee,496272105149087311ecf962da9a4153f250516b..dc00e69b96ef98db1377e6b1905710163efffaff
+++ 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
  ----