diff --git a/coreutils-6.10-configuration.patch b/coreutils-6.10-configuration.patch index 46789d2..4288143 100644 --- a/coreutils-6.10-configuration.patch +++ b/coreutils-6.10-configuration.patch @@ -10,3 +10,17 @@ diff -urp coreutils-6.10-orig/src/Makefile.am coreutils-6.10/src/Makefile.am else \ :; \ fi +diff -urp coreutils-6.10-orig/gnulib-tests/test-getaddrinfo.c coreutils-6.10/gnulib-tests/test-getaddrinfo.c +--- coreutils-6.10-orig/gnulib-tests/test-getaddrinfo.c 2007-11-17 07:59:42.000000000 +0100 ++++ coreutils-6.10/gnulib-tests/test-getaddrinfo.c 2008-01-25 19:19:43.000000000 +0100 +@@ -61,6 +61,10 @@ int simple (char *host, char *service) + if (res == EAI_SERVICE) + return 0; + ++ /* Do not fail this test for temporary name resolution errors. */ ++ if (res == EAI_AGAIN) ++ return 0; ++ + return 1; + } +