components/python/python27/patches/00-bits.patch
branchs11-update
changeset 3565 2d729d36ded7
parent 3367 ed5024e47b53
equal deleted inserted replaced
3564:8c7929b76aec 3565:2d729d36ded7
     1 #
     1 #
     2 # This patch makes the pyconfig.h header file 32/64 bit friendly.
     2 # This patch makes the pyconfig.h header file 32/64 bit friendly.
     3 # As it is Solaris-specific, it is not suitable for upstream.
     3 # As it is Solaris-specific, it is not suitable for upstream.
     4 #
     4 #
     5 --- Python-2.7.8/configure.ac.~1~	2014-06-29 19:05:48.000000000 -0700
     5 --- Python-2.7.9/configure.ac.~1~	2014-12-10 08:00:00.000000000 -0800
     6 +++ Python-2.7.8/configure.ac	2014-07-17 20:31:45.866247571 -0700
     6 +++ Python-2.7.9/configure.ac	2014-12-11 09:13:54.706541603 -0800
     7 @@ -5,7 +5,7 @@
     7 @@ -5,7 +5,7 @@
     8  # Set VERSION so we only need to edit in one place (i.e., here)
     8  # Set VERSION so we only need to edit in one place (i.e., here)
     9  m4_define(PYTHON_VERSION, 2.7)
     9  m4_define(PYTHON_VERSION, 2.7)
    10  
    10  
    11 -AC_PREREQ(2.65)
    11 -AC_PREREQ(2.65)
    12 +AC_PREREQ(2.68)
    12 +AC_PREREQ(2.68)
    13  
    13  
    14  AC_REVISION($Revision$)
    14  AC_REVISION($Revision$)
    15  AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
    15  AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
    16 @@ -2092,12 +2092,6 @@
    16 @@ -2095,12 +2095,6 @@
    17  if test -z "$CCSHARED"
    17  if test -z "$CCSHARED"
    18  then
    18  then
    19  	case $ac_sys_system/$ac_sys_release in
    19  	case $ac_sys_system/$ac_sys_release in
    20 -	SunOS*) if test "$GCC" = yes;
    20 -	SunOS*) if test "$GCC" = yes;
    21 -		then CCSHARED="-fPIC";
    21 -		then CCSHARED="-fPIC";