diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-15 13:25:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-15 13:25:15 +0000 |
commit | f209bf0eb6ca0bd666a61308d4bc2822901788b2 (patch) | |
tree | f926fc3b10864e3232e493adceeba5cc3409a86c /package | |
parent | 2cf1a8d73fb567f372f79fa71650239f4e1527c1 (diff) | |
download | upstream-f209bf0eb6ca0bd666a61308d4bc2822901788b2.tar.gz upstream-f209bf0eb6ca0bd666a61308d4bc2822901788b2.tar.bz2 upstream-f209bf0eb6ca0bd666a61308d4bc2822901788b2.zip |
libevent2: do not add librt dependency when targetting eglibc
This is already taken care of by PKG_DEFAULT_DEPENDS
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35607
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libevent2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile index feb90715e1..ea69782854 100644 --- 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 |