libevent: add missing dependency on librt
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 21:57:39 +0000 (21:57 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 21:57:39 +0000 (21:57 +0000)
SVN-Revision: 32214

libs/libevent/Makefile

index 9d2ceb9db3e6bcd349a5d5344faf9db23538d104..c00a0b15fb5baa968fc409cfab5e16768b4ef14b 100644 (file)
@@ -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