components/python/python34/patches/15-include.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 2183 5d00686e81da
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

On Solaris pyconfig.h is delivered in the normal python header directory.
As this is Solaris-specific, it is not suitable for upstream.

--- Python-3.4.2/Lib/distutils/sysconfig.py.~1~	2014-09-22 05:56:59.000000000 -0700
+++ Python-3.4.2/Lib/distutils/sysconfig.py	2014-09-22 14:20:16.045987560 -0700
@@ -240,7 +240,7 @@
         else:
             inc_dir = _sys_home or project_base
     else:
-        inc_dir = get_python_inc(plat_specific=1)
+        inc_dir = get_python_inc(plat_specific=0)
 
     return os.path.join(inc_dir, 'pyconfig.h')