|
@@ -30,6 +30,7 @@ GNUTLS_CONF_OPTS = \
|
|
--without-librt-prefix \
|
|
--without-librt-prefix \
|
|
--without-libz-prefix \
|
|
--without-libz-prefix \
|
|
--without-tpm \
|
|
--without-tpm \
|
|
|
|
+ --without-tpm2 \
|
|
$(if $(BR2_PACKAGE_GNUTLS_TOOLS),--enable-tools,--disable-tools) \
|
|
$(if $(BR2_PACKAGE_GNUTLS_TOOLS),--enable-tools,--disable-tools) \
|
|
$(if $(BR2_PACKAGE_GNUTLS_ENABLE_SSL2),--enable,--disable)-ssl2-support \
|
|
$(if $(BR2_PACKAGE_GNUTLS_ENABLE_SSL2),--enable,--disable)-ssl2-support \
|
|
$(if $(BR2_PACKAGE_GNUTLS_ENABLE_GOST),--enable,--disable)-gost
|
|
$(if $(BR2_PACKAGE_GNUTLS_ENABLE_GOST),--enable,--disable)-gost
|
|
@@ -99,13 +100,6 @@ else
|
|
GNUTLS_CONF_OPTS += --without-p11-kit
|
|
GNUTLS_CONF_OPTS += --without-p11-kit
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_TPM2_TSS),y)
|
|
|
|
-GNUTLS_CONF_OPTS += --with-tpm2
|
|
|
|
-GNUTLS_DEPENDENCIES += tpm2-tss
|
|
|
|
-else
|
|
|
|
-GNUTLS_CONF_OPTS += --without-tpm2
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
|
GNUTLS_CONF_OPTS += --with-zlib
|
|
GNUTLS_CONF_OPTS += --with-zlib
|
|
GNUTLS_DEPENDENCIES += zlib
|
|
GNUTLS_DEPENDENCIES += zlib
|