components/python/python27/patches/04-solaris-64-bit.patch
changeset 1954 32663e59626d
parent 1914 00e8dbcb9b1e
child 4698 4e27e549b58d
--- a/components/python/python27/patches/04-solaris-64-bit.patch	Thu Jun 19 13:53:07 2014 -0700
+++ b/components/python/python27/patches/04-solaris-64-bit.patch	Thu Jun 19 13:54:21 2014 -0700
@@ -1,3 +1,8 @@
+This patch ensures that 64-bit shared objects are in a subdirectory named
+"64".  Note that changes to the Lib/distutils/tests/test_build.py and
+Lib/distutils/tests/test_install.py avoid running tests that fail due to
+this patch.  As this is Solaris-specific, it is not suitable for upstream.
+
 --- Python-2.7.6/Lib/distutils/command/build_ext.py.~1~	2013-11-09 23:36:40.000000000 -0800
 +++ Python-2.7.6/Lib/distutils/command/build_ext.py	2014-05-14 12:47:04.342901439 -0700
 @@ -634,6 +634,10 @@