mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
gnutls: drop double libidn dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
669de89be7
commit
d8587c198b
@ -44,7 +44,6 @@ endif
|
|||||||
|
|
||||||
# libidn support for nommu must exclude the crywrap wrapper (uses fork)
|
# libidn support for nommu must exclude the crywrap wrapper (uses fork)
|
||||||
GNUTLS_CONF_OPT += $(if $(BR2_USE_MMU),,--disable-crywrap)
|
GNUTLS_CONF_OPT += $(if $(BR2_USE_MMU),,--disable-crywrap)
|
||||||
GNUTLS_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBIDN),libidn)
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_CRYPTODEV_LINUX),y)
|
ifeq ($(BR2_PACKAGE_CRYPTODEV_LINUX),y)
|
||||||
GNUTLS_CONF_OPT += --enable-cryptodev
|
GNUTLS_CONF_OPT += --enable-cryptodev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user