Commit 5198e664 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libcurl: fix --without-ssl typo

parent 42eca21d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ LIBCURL_CONF_ENV += ac_cv_lib_crypto_CRYPTO_lock=yes
LIBCURL_CONF_ENV += LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/lib:/usr/lib
LIBCURL_CONF_OPT += --with-ssl=$(STAGING_DIR)/usr --with-random=/dev/urandom
else
LIBCURL_CONF_ENV += --without-ssl
LIBCURL_CONF_OPT += --without-ssl
endif

$(eval $(call AUTOTARGETS,package,libcurl))