|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LIBCURL_VERSION = 7.37.0
|
|
|
+LIBCURL_VERSION = 7.37.1
|
|
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
|
|
|
LIBCURL_SITE = http://curl.haxx.se/download
|
|
|
LIBCURL_DEPENDENCIES = host-pkgconf \
|
|
@@ -41,6 +41,7 @@ LIBCURL_CONF_OPT += --with-nss=$(STAGING_DIR)/usr
|
|
|
LIBCURL_CONF_ENV += CPPFLAGS="$(TARGET_CPPFLAGS) `$(PKG_CONFIG_HOST_BINARY) nspr nss --cflags`"
|
|
|
LIBCURL_DEPENDENCIES += libnss
|
|
|
else
|
|
|
+# polarssl support needs 1.3.x
|
|
|
LIBCURL_CONF_OPT += --without-ssl --without-gnutls \
|
|
|
--without-polarssl --without-nss
|
|
|
endif
|