projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa4ecc
)
libevent: add missing dependency on librt
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 21:57:39 +0000
(21:57 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 21:57:39 +0000
(21:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32214
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/libevent/Makefile
patch
|
blob
|
history
diff --git
a/libs/libevent/Makefile
b/libs/libevent/Makefile
index
9d2ceb9
..
c00a0b1
100644
(file)
--- 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