package curl: force gnutls instead of openssl

This commit is contained in:
Tony Theodore 2014-04-29 20:38:34 +10:00
parent 7ae90663c6
commit cdcd611b1d
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-gnutls \
--without-ssl \
--with-libidn \
--enable-sspi \
--enable-ipv6 \