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:
a9a31c4
)
igmpproxy: depend on librt when eglibc is used
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jun 2012 20:17:54 +0000
(20:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jun 2012 20:17:54 +0000
(20:17 +0000)
SVN-Revision: 32534
net/igmpproxy/Makefile
patch
|
blob
|
history
diff --git
a/net/igmpproxy/Makefile
b/net/igmpproxy/Makefile
index de081cc33d71a3977a5b0d3d7dba696b936cb03a..1e18ee03c41d210a0be09389e464ab629ce574a3 100644
(file)
--- a/
net/igmpproxy/Makefile
+++ b/
net/igmpproxy/Makefile
@@
-23,6
+23,7
@@
define Package/igmpproxy
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
+ DEPENDS:=+USE_EGLIBC:librt
TITLE:=Multicast Routing Daemon
URL:=http://sourceforge.net/projects/igmpproxy
endef