mark dsniff broken
authorJohn Crispin <john@openwrt.org>
Wed, 22 Aug 2012 10:02:33 +0000 (10:02 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 22 Aug 2012 10:02:33 +0000 (10:02 +0000)
SVN-Revision: 33222

net/dsniff/Makefile

index a26f6fe833cee91376b578242c8bde0749f0a80f..1c07c34cd3abc0a9a38388b7c2f4fc68f01008fc 100644 (file)
@@ -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