|
@@ -58,11 +58,11 @@ HOST_GNUTLS_CONF_OPTS = \
|
|
|
--without-libz-prefix \
|
|
|
--without-tpm \
|
|
|
--disable-openssl-compatibility \
|
|
|
- --without-libbrotli \
|
|
|
+ --without-brotli \
|
|
|
--without-idn \
|
|
|
--without-p11-kit \
|
|
|
--without-zlib \
|
|
|
- --without-libzstd
|
|
|
+ --without-zstd
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GNUTLS_OPENSSL),y)
|
|
|
GNUTLS_LICENSE += , GPL-3.0+ (gnutls-openssl library)
|
|
@@ -73,10 +73,10 @@ GNUTLS_CONF_OPTS += --disable-openssl-compatibility
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_BROTLI),y)
|
|
|
-GNUTLS_CONF_OPTS += --with-libbrotli
|
|
|
+GNUTLS_CONF_OPTS += --with-brotli
|
|
|
GNUTLS_DEPENDENCIES += brotli
|
|
|
else
|
|
|
-GNUTLS_CONF_OPTS += --without-libbrotli
|
|
|
+GNUTLS_CONF_OPTS += --without-brotli
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_CRYPTODEV_LINUX),y)
|
|
@@ -106,10 +106,10 @@ GNUTLS_CONF_OPTS += --without-zlib
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
|
|
-GNUTLS_CONF_OPTS += --with-libzstd
|
|
|
+GNUTLS_CONF_OPTS += --with-zstd
|
|
|
GNUTLS_DEPENDENCIES += zstd
|
|
|
else
|
|
|
-GNUTLS_CONF_OPTS += --without-libzstd
|
|
|
+GNUTLS_CONF_OPTS += --without-zstd
|
|
|
endif
|
|
|
|
|
|
# Provide a default CA cert location
|