projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd54454
)
nufw: add dependency to libgcrypt
author
hauke
<hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 1 May 2014 20:04:16 +0000
(20:04 +0000)
committer
hauke
<hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 1 May 2014 20:04:16 +0000
(20:04 +0000)
This was missing and caused build errors.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40649
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/nufw/Makefile
patch
|
blob
|
history
diff --git
a/net/nufw/Makefile
b/net/nufw/Makefile
index
2e82742
..
50da611
100644
(file)
--- 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 +lib
gcrypt +lib
sasl2 +libnetfilter-queue $(ICONV_DEPENDS) $(INTL_DEPENDS)
TITLE:=nufw
URL:=http://www.nufw.org/
endef