projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc933b
)
nufw: add dependency to libgcrypt
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 1 May 2014 20:04:16 +0000
(20:04 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
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>
SVN-Revision: 40649
net/nufw/Makefile
patch
|
blob
|
history
diff --git
a/net/nufw/Makefile
b/net/nufw/Makefile
index 2e82742d4280681a5dd2291bd7c55a80bdacb2ea..50da611b3c34675ad580993e6ef95868397740e8 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