[packages] dsniff: fix compilation against librpc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25861 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0ddba7f6c8
commit
e5554cfc37
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/dsniff
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm
|
||||
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
|
||||
@ -31,6 +31,8 @@ define Package/dsniff/description
|
||||
A collection of tools for network auditing and penetration testing.
|
||||
endef
|
||||
|
||||
TARGET_LDFLAGS += $(LIBRPC)
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--with-gdbm="$(STAGING_DIR)/usr" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user