From e3bf959f10c09262719cb79118ead1b900ca7171 Mon Sep 17 00:00:00 2001 From: tripolar Date: Sun, 10 Nov 2013 19:06:54 +0000 Subject: [PATCH] [packages] dsniff: depends on libnet0, error didn't showup because both libs where build Signed-off-by: Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/packages@38711 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/dsniff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/dsniff/Makefile b/net/dsniff/Makefile index 8f4c331f1..e4bc85aa9 100644 --- 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 +libnet1 +libopenssl +libgdbm $(LIBRPC_DEPENDS) + DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm $(LIBRPC_DEPENDS) TITLE:=A collection of tools for network auditing and penetration testing URL:=http://www.monkey.org/~dugsong/dsniff/ endef