projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
010564e
)
libevent2: do not add librt dependency when targetting eglibc
author
Florian Fainelli
<florian@openwrt.org>
Fri, 15 Feb 2013 13:25:15 +0000
(13:25 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 15 Feb 2013 13:25:15 +0000
(13:25 +0000)
This is already taken care of by PKG_DEFAULT_DEPENDS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35607
package/libs/libevent2/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libevent2/Makefile
b/package/libs/libevent2/Makefile
index feb90715e1648c4972ba9e395fe1e65525f2646c..ea69782854f725bf079b35f426362ab0974a9c35 100644
(file)
--- a/
package/libs/libevent2/Makefile
+++ b/
package/libs/libevent2/Makefile
@@
-29,7
+29,6
@@
define Package/libevent2/Default
CATEGORY:=Libraries
TITLE:=Event notification
URL:=http://www.monkey.org/~provos/libevent/
- DEPENDS:=+USE_EGLIBC:librt
endef
define Package/libevent2/Default/description