From: Florian Fainelli Date: Fri, 15 Feb 2013 13:25:15 +0000 (+0000) Subject: libevent2: do not add librt dependency when targetting eglibc X-Git-Tag: reboot~11259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f209bf0eb6ca0bd666a61308d4bc2822901788b2;p=thirdparty%2Fopenwrt.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 SVN-Revision: 35607 --- diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile index feb90715e16..ea69782854f 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