libevent: add missing dependency on librt

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32214 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 21:57:39 +00:00
parent 3fa4ecc903
commit 399aafd586

View File

@ -26,6 +26,7 @@ define Package/libevent
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Event notification library TITLE:=Event notification library
DEPENDS:=+librt
URL:=http://www.monkey.org/~provos/libevent/ URL:=http://www.monkey.org/~provos/libevent/
endef endef