From b51eb0f94ca55ac6cc423e9a4d7c2b9ffd20ace1 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Mon, 22 Mar 2010 10:59:33 +0000 Subject: [PATCH] Now that c-ares-1.7.0 is in the tree, cURL can, at long last, use c-ares for asynchronous DNS lookups while supporting IPv6! --- ftp/curl/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 9afa4d8d1915..7ba25768c5bd 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -84,10 +84,6 @@ IGNORE= only supports LIBSSH2 with OpenSSL IGNORE= only supports NTLM with OpenSSL .endif -.if defined(WITH_CARES) && defined(WITH_IPV6) -IGNORE= does not support both c-ares and IPv6 - disable one of them -.endif - .if defined(WITH_LDAPS) .if !defined(WITH_LDAP) IGNORE= only supports LDAPS with LDAP