From 1955f8cd64b2a399bed70cbf4a98be1347817bef Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 1 May 2014 20:04:16 +0000 Subject: [PATCH] nufw: add dependency to libgcrypt This was missing and caused build errors. Signed-off-by: Hauke Mehrtens SVN-Revision: 40649 --- net/nufw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nufw/Makefile b/net/nufw/Makefile index 2e82742d42..50da611b3c 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -25,7 +25,7 @@ define Package/nufw/Default SECTION:=net CATEGORY:=Network SUBMENU:=Firewall - DEPENDS:=+glib2 +libgnutls +libsasl2 +libnetfilter-queue $(ICONV_DEPENDS) $(INTL_DEPENDS) + DEPENDS:=+glib2 +libgnutls +libgcrypt +libsasl2 +libnetfilter-queue $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=nufw URL:=http://www.nufw.org/ endef -- 2.30.2