diff options
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 0 insertions, 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 |