From f209bf0eb6ca0bd666a61308d4bc2822901788b2 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Fri, 15 Feb 2013 13:25:15 +0000
Subject: [PATCH] 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
---
 package/libs/libevent2/Makefile | 1 -
 1 file changed, 1 deletion(-)

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
-- 
GitLab