changeset 2800:2334fd921073

package curl: enable ipv6
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 00:31:31 +0200
parents 7d4c8f2179f6
children e5aad248555b
files src/curl.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/curl.mk	Thu Oct 11 00:31:16 2012 +0200
+++ b/src/curl.mk	Thu Oct 11 00:31:31 2012 +0200
@@ -24,6 +24,7 @@
         --with-gnutls \
         --with-libidn \
         --enable-sspi \
+        --enable-ipv6 \
         --with-libssh2
     $(MAKE) -C '$(1)' -j '$(JOBS)' install