components/python/python35/patches/01-bits.patch
changeset 6447 56a2f066191a
parent 5184 6c2a9525f3a4
child 7648 20e09cf3cfaa
equal deleted inserted replaced
6446:b54de573b4e9 6447:56a2f066191a
     1 #
     1 #
     2 # This patch addresses problems with the configure script.
     2 # This patch addresses problems with the configure script.
     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-3.5.0a4/configure.ac.~2~	2015-04-20 13:02:40.184381369 -0700
     5 --- Python-3.5.2/configure.ac.~2~	2016-07-08 06:42:00.483719423 -0700
     6 +++ Python-3.5.0a4/configure.ac	2015-04-20 13:02:40.208203720 -0700
     6 +++ Python-3.5.2/configure.ac	2016-07-08 06:42:00.499219410 -0700
     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, 3.5)
     9  m4_define(PYTHON_VERSION, 3.5)
    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_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
    14  AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
    15  
    15  
    16 @@ -2345,12 +2345,6 @@
    16 @@ -2427,12 +2427,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";