libevent2: do not add librt dependency when targetting eglibc
authorFlorian Fainelli <florian@openwrt.org>
Fri, 15 Feb 2013 13:25:15 +0000 (13:25 +0000)
committerFlorian 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

index feb90715e1648c4972ba9e395fe1e65525f2646c..ea69782854f725bf079b35f426362ab0974a9c35 100644 (file)
@@ -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