From: florian Date: Fri, 15 Feb 2013 13:25:15 +0000 (+0000) Subject: libevent2: do not add librt dependency when targetting eglibc X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=aed84a50c2ed74cd58c89d64dd0d38923a241c2b;p=openwrt.git libevent2: do not add librt dependency when targetting eglibc This is already taken care of by PKG_DEFAULT_DEPENDS Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35607 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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