comparison src/curl.mk @ 4207:8a01ad4817a1

curl: disable openssl check * src/curl.mk: add --without-ssl
author John D
date Sun, 04 Sep 2016 10:05:39 -0400
parents 892b4258cb8b
children 64063cd35eb2
comparison
equal deleted inserted replaced
4206:57a662852ddc 4207:8a01ad4817a1
20 cd '$(1)' && ./configure \ 20 cd '$(1)' && ./configure \
21 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 21 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
24 --prefix='$(HOST_PREFIX)' \ 24 --prefix='$(HOST_PREFIX)' \
25 --without-ssl \
25 --with-gnutls \ 26 --with-gnutls \
26 --with-libidn \ 27 --with-libidn \
27 --enable-sspi \ 28 --enable-sspi \
28 --enable-ipv6 \ 29 --enable-ipv6 \
29 --with-libssh2 && $(CONFIGURE_POST_HOOK) 30 --with-libssh2 && $(CONFIGURE_POST_HOOK)