package curl: enable ipv6

This commit is contained in:
Mark Brand 2012-10-11 00:31:31 +02:00
parent a9997a5fac
commit 9e8ce04e9c
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ define $(PKG)_BUILD
--with-gnutls \
--with-libidn \
--enable-sspi \
--enable-ipv6 \
--with-libssh2
$(MAKE) -C '$(1)' -j '$(JOBS)' install