The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python / 006-cross-compile-getaddrinfo.patch
1 Index: b/configure.ac
2 ===================================================================
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -3346,7 +3346,7 @@
6  
7  AC_MSG_RESULT($ac_cv_buggy_getaddrinfo)
8  
9 -if test $have_getaddrinfo = no -o "$ac_cv_buggy_getaddrinfo" = yes
10 +if test $have_getaddrinfo = no || test "$cross_compiling" != "yes" -a "$ac_cv_buggy_getaddrinfo" = yes
11  then
12         if test $ipv6 = yes
13         then