From: nbd Date: Mon, 11 Jun 2012 21:57:39 +0000 (+0000) Subject: libevent: add missing dependency on librt X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=399aafd586637a3943673fdd395ed09b620c62e1;p=packages.git libevent: add missing dependency on librt git-svn-id: svn://svn.openwrt.org/openwrt/packages@32214 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libevent/Makefile b/libs/libevent/Makefile index 9d2ceb9db..c00a0b15f 100644 --- a/libs/libevent/Makefile +++ b/libs/libevent/Makefile @@ -26,6 +26,7 @@ define Package/libevent SECTION:=libs CATEGORY:=Libraries TITLE:=Event notification library + DEPENDS:=+librt URL:=http://www.monkey.org/~provos/libevent/ endef