Merge branch 'vuplus-1.6' of 192.168.102.66:/var/ikseong/repo/openembedded into test_0921
[vuplus_openembedded] / recipes / python / python-2.6.7 / ipv6-cross.patch
1 Index: Python-2.6.5/configure.in
2 ===================================================================
3 --- Python-2.6.5.orig/configure.in      2011-01-15 14:42:42.068656002 -0800
4 +++ Python-2.6.5/configure.in   2011-01-15 15:18:39.668656002 -0800
5 @@ -2951,7 +2951,7 @@
6  buggygetaddrinfo=yes
7  ])
8  
9 -if test "$buggygetaddrinfo" = "yes"; then
10 +if test "$buggygetaddrinfo" = "yes" -a x"$cross_compiling" != "xyes"; then
11         if test "$ipv6" = "yes"; then
12                 echo 'Fatal: You must get working getaddrinfo() function.'
13                 echo '       or you can specify "--disable-ipv6"'.