From: Peter Korsgaard Date: Wed, 10 Jun 2009 07:27:02 +0000 (+0200) Subject: libcurl: fix --without-ssl typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5198e6642c7235d932187767cf0e47870bdf037e;p=buildroot.git libcurl: fix --without-ssl typo Reported-by: Nestor Signed-off-by: Peter Korsgaard --- diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk index 44c23170d0..cec6e74bda 100644 --- a/package/libcurl/libcurl.mk +++ b/package/libcurl/libcurl.mk @@ -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))