gnutls: add optional libidn2 support
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4d71ef3cf6
commit
f48d3ff58b
@ -68,6 +68,13 @@ else
|
||||
GNUTLS_CONF_OPTS += --without-idn
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBIDN2),y)
|
||||
GNUTLS_CONF_OPTS += --with-libidn2
|
||||
GNUTLS_DEPENDENCIES += libidn2
|
||||
else
|
||||
GNUTLS_CONF_OPTS += --without-libidn2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_P11_KIT),y)
|
||||
GNUTLS_CONF_OPTS += --with-p11-kit
|
||||
GNUTLS_DEPENDENCIES += p11-kit
|
||||
|
Loading…
Reference in New Issue
Block a user