|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-LIBCURL_VERSION = 7.83.1
|
|
|
|
|
|
+LIBCURL_VERSION = 7.84.0
|
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
|
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
|
|
LIBCURL_SITE = https://curl.se/download
|
|
LIBCURL_SITE = https://curl.se/download
|
|
LIBCURL_DEPENDENCIES = host-pkgconf \
|
|
LIBCURL_DEPENDENCIES = host-pkgconf \
|
|
@@ -23,7 +23,7 @@ LIBCURL_INSTALL_STAGING = YES
|
|
# Likewise, there is no compiler on the target, so libcurl-option (to
|
|
# Likewise, there is no compiler on the target, so libcurl-option (to
|
|
# generate C code) isn't very useful
|
|
# generate C code) isn't very useful
|
|
LIBCURL_CONF_OPTS = --disable-manual --disable-ntlm-wb \
|
|
LIBCURL_CONF_OPTS = --disable-manual --disable-ntlm-wb \
|
|
- --enable-hidden-symbols --with-random=/dev/urandom --disable-curldebug \
|
|
|
|
|
|
+ --with-random=/dev/urandom --disable-curldebug \
|
|
--disable-libcurl-option --disable-ldap --disable-ldaps
|
|
--disable-libcurl-option --disable-ldap --disable-ldaps
|
|
|
|
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|