[packages] dsniff: depends on libnet0, error didn't showup because both libs where build

Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38711 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2013-11-10 19:06:54 +00:00
parent 04af3ac897
commit e3bf959f10

View File

@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/dsniff define Package/dsniff
SECTION:=net SECTION:=net
CATEGORY:=Network 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 TITLE:=A collection of tools for network auditing and penetration testing
URL:=http://www.monkey.org/~dugsong/dsniff/ URL:=http://www.monkey.org/~dugsong/dsniff/
endef endef