|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LIBCURL_VERSION = 7.75.0
|
|
|
+LIBCURL_VERSION = 7.76.0
|
|
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
|
|
|
LIBCURL_SITE = https://curl.haxx.se/download
|
|
|
LIBCURL_DEPENDENCIES = host-pkgconf \
|
|
@@ -126,6 +126,13 @@ else
|
|
|
LIBCURL_CONF_OPTS += --without-nghttp2
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBGSASL),y)
|
|
|
+LIBCURL_DEPENDENCIES += libgsasl
|
|
|
+LIBCURL_CONF_OPTS += --with-gsasl
|
|
|
+else
|
|
|
+LIBCURL_CONF_OPTS += --without-gsasl
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_LIBCURL_COOKIES_SUPPORT),y)
|
|
|
LIBCURL_CONF_OPTS += --enable-cookies
|
|
|
else
|