projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba9af58
)
[packages] arpd: depends on libevent2, not libevent
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:06 +0000
(
00:22
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:06 +0000
(
00:22
+0000)
SVN-Revision: 32304
net/arpd/Makefile
patch
|
blob
|
history
diff --git
a/net/arpd/Makefile
b/net/arpd/Makefile
index 8cf73276282b993422fec7226fd407109ed86f98..5c7bd4e7709a026953859fd2bac535a4ef006766 100644
(file)
--- a/
net/arpd/Makefile
+++ b/
net/arpd/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/arpd
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpcap +libdnet +libevent +librt
+ DEPENDS:=+libpcap +libdnet +libevent
2
+librt
TITLE:=A daemon to fake ARP replies
URL:=http://niels.xtdnet.nl/honeyd/
endef