|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-LIBCURL_VERSION = 7.60.0
|
|
|
|
|
|
+LIBCURL_VERSION = 7.61.0
|
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
|
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
|
|
LIBCURL_SITE = https://curl.haxx.se/download
|
|
LIBCURL_SITE = https://curl.haxx.se/download
|
|
LIBCURL_DEPENDENCIES = host-pkgconf \
|
|
LIBCURL_DEPENDENCIES = host-pkgconf \
|
|
@@ -14,8 +14,6 @@ LIBCURL_DEPENDENCIES = host-pkgconf \
|
|
LIBCURL_LICENSE = curl
|
|
LIBCURL_LICENSE = curl
|
|
LIBCURL_LICENSE_FILES = COPYING
|
|
LIBCURL_LICENSE_FILES = COPYING
|
|
LIBCURL_INSTALL_STAGING = YES
|
|
LIBCURL_INSTALL_STAGING = YES
|
|
-# We're patching configure.ac
|
|
|
|
-LIBCURL_AUTORECONF = YES
|
|
|
|
|
|
|
|
# We disable NTLM support because it uses fork(), which doesn't work
|
|
# We disable NTLM support because it uses fork(), which doesn't work
|
|
# on non-MMU platforms. Moreover, this authentication method is
|
|
# on non-MMU platforms. Moreover, this authentication method is
|
|
@@ -40,7 +38,6 @@ LIBCURL_CONFIG_SCRIPTS = curl-config
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
LIBCURL_DEPENDENCIES += openssl
|
|
LIBCURL_DEPENDENCIES += openssl
|
|
-LIBCURL_CONF_ENV += ac_cv_lib_crypto_CRYPTO_lock=yes
|
|
|
|
# configure adds the cross openssl dir to LD_LIBRARY_PATH which screws up
|
|
# configure adds the cross openssl dir to LD_LIBRARY_PATH which screws up
|
|
# native stuff during the rest of configure when target == host.
|
|
# native stuff during the rest of configure when target == host.
|
|
# Fix it by setting LD_LIBRARY_PATH to something sensible so those libs
|
|
# Fix it by setting LD_LIBRARY_PATH to something sensible so those libs
|