changeset 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 57a662852ddc
children 8198522d93c4
files src/curl.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/curl.mk	Fri Sep 02 15:10:12 2016 -0400
+++ b/src/curl.mk	Sun Sep 04 10:05:39 2016 -0400
@@ -22,6 +22,7 @@
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
         --prefix='$(HOST_PREFIX)' \
+        --without-ssl \
         --with-gnutls \
         --with-libidn \
         --enable-sspi \