From: John Crispin <john@openwrt.org>
Date: Wed, 22 Aug 2012 10:02:33 +0000 (+0000)
Subject: [packages] mark dsniff broken
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ce2e1d1953082193466006f530d41b696897e2a1;p=openwrt%2Fsvn-archive%2Farchive.git

[packages] mark dsniff broken

SVN-Revision: 33222
---

diff --git a/net/dsniff/Makefile b/net/dsniff/Makefile
index a26f6fe833..1c07c34cd3 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 +libnet0 +libopenssl +libgdbm $(LIBRPC_DEPENDS)
+  DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm $(LIBRPC_DEPENDS) @BROKEN
   TITLE:=A collection of tools for network auditing and penetration testing
   URL:=http://www.monkey.org/~dugsong/dsniff/
 endef