[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
|
define Package/dsniff
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
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
|
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
|
||||||
@ -31,6 +31,8 @@ define Package/dsniff/description
|
|||||||
A collection of tools for network auditing and penetration testing.
|
A collection of tools for network auditing and penetration testing.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_LDFLAGS += $(LIBRPC)
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--with-gdbm="$(STAGING_DIR)/usr" \
|
--with-gdbm="$(STAGING_DIR)/usr" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user