projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570e84e
)
[packages] dsniff: depends on libnet0, error didn't showup because both libs where...
author
Peter Wagner
<tripolar@gmx.at>
Sun, 10 Nov 2013 19:06:54 +0000
(19:06 +0000)
committer
Peter Wagner
<tripolar@gmx.at>
Sun, 10 Nov 2013 19:06:54 +0000
(19:06 +0000)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38711
net/dsniff/Makefile
patch
|
blob
|
history
diff --git
a/net/dsniff/Makefile
b/net/dsniff/Makefile
index 8f4c331f1c162bae8f65d0ba601fb679fdd58a16..e4bc85aa9d0c8c45f1a37b57f0509b0153d36d08 100644
(file)
--- a/
net/dsniff/Makefile
+++ b/
net/dsniff/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/dsniff
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpcap +libnids +libnet
1
+libopenssl +libgdbm $(LIBRPC_DEPENDS)
+ DEPENDS:=+libpcap +libnids +libnet
0
+libopenssl +libgdbm $(LIBRPC_DEPENDS)
TITLE:=A collection of tools for network auditing and penetration testing
URL:=http://www.monkey.org/~dugsong/dsniff/
endef