From: Peter Wagner <​tripolar@gmx.at> Date: Sun, 10 Nov 2013 19:06:54 +0000 (+0000) Subject: [packages] dsniff: depends on libnet0, error didn't showup because both libs where... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=127c0c37c5dd4a040bdddc2c9810b9bfc70b9cbb;p=openwrt%2Fsvn-archive%2Farchive.git [packages] dsniff: depends on libnet0, error didn't showup because both libs where build Signed-off-by: Peter Wagner SVN-Revision: 38711 --- diff --git a/net/dsniff/Makefile b/net/dsniff/Makefile index 8f4c331f1c..e4bc85aa9d 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