Files
synology-open-vm-tools/cross/python26/patches/Python-2.6.6-02-enable-ipv6.patch
2011-10-15 23:54:15 +02:00

16 lines
597 B
Diff

--- configure.orig 2011-05-17 22:54:24.000000000 +0200
+++ configure 2011-05-17 22:51:35.000000000 +0200
@@ -10183,9 +10183,9 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking getaddrinfo bug" >&5
$as_echo_n "checking getaddrinfo bug... " >&6; }
if test "$cross_compiling" = yes; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy" >&5
-$as_echo "buggy" >&6; }
-buggygetaddrinfo=yes
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: assume ok" >&5
+$as_echo "assume ok" >&6; }
+buggygetaddrinfo=no
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */