|
@@ -32,6 +32,10 @@ LIBCURL_CONF_OPTS = \
|
|
--disable-ldap \
|
|
--disable-ldap \
|
|
--disable-ldaps
|
|
--disable-ldaps
|
|
|
|
|
|
|
|
+# Only affects Nest products.
|
|
|
|
+# https://nvd.nist.gov/vuln/detail/CVE-2024-32928
|
|
|
|
+LIBCURL_IGNORE_CVES += CVE-2024-32928
|
|
|
|
+
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|
LIBCURL_CONF_OPTS += --enable-threaded-resolver
|
|
LIBCURL_CONF_OPTS += --enable-threaded-resolver
|
|
else
|
|
else
|