|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LIBCURL_VERSION = 7.68.0
|
|
|
+LIBCURL_VERSION = 7.69.1
|
|
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
|
|
|
LIBCURL_SITE = https://curl.haxx.se/download
|
|
|
LIBCURL_DEPENDENCIES = host-pkgconf \
|
|
@@ -22,7 +22,7 @@ LIBCURL_INSTALL_STAGING = YES
|
|
|
# generate C code) isn't very useful
|
|
|
LIBCURL_CONF_OPTS = --disable-manual --disable-ntlm-wb \
|
|
|
--enable-hidden-symbols --with-random=/dev/urandom --disable-curldebug \
|
|
|
- --without-polarssl --disable-libcurl-option
|
|
|
+ --disable-libcurl-option
|
|
|
|
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|
|
LIBCURL_CONF_OPTS += --enable-threaded-resolver
|
|
@@ -177,7 +177,6 @@ HOST_LIBCURL_CONF_OPTS = \
|
|
|
--with-ssl \
|
|
|
--without-gnutls \
|
|
|
--without-mbedtls \
|
|
|
- --without-polarssl \
|
|
|
--without-nss
|
|
|
|
|
|
HOST_LIBCURL_POST_PATCH_HOOKS += LIBCURL_FIX_DOT_PC
|