From: nbd Date: Fri, 29 Jun 2012 20:17:54 +0000 (+0000) Subject: igmpproxy: depend on librt when eglibc is used X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9e9cbe9444e258283c5289b696dbc3dec81e362b;p=packages.git igmpproxy: depend on librt when eglibc is used git-svn-id: svn://svn.openwrt.org/openwrt/packages@32534 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index de081cc33..1e18ee03c 100644 --- 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