From: Peter Korsgaard Date: Thu, 6 Jun 2013 13:03:55 +0000 (+0200) Subject: gnutls: drop double libidn dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8587c198b523f66668969b8cd555ba65938693c;p=buildroot.git gnutls: drop double libidn dependency Signed-off-by: Peter Korsgaard --- diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk index 43ec9777de..5d07ff9612 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -44,7 +44,6 @@ endif # libidn support for nommu must exclude the crywrap wrapper (uses fork) GNUTLS_CONF_OPT += $(if $(BR2_USE_MMU),,--disable-crywrap) -GNUTLS_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBIDN),libidn) ifeq ($(BR2_PACKAGE_CRYPTODEV_LINUX),y) GNUTLS_CONF_OPT += --enable-cryptodev