libevent2: do not add librt dependency when targetting eglibc
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 15 Feb 2013 13:25:15 +0000 (13:25 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35607 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/libs/libevent2/Makefile

index feb9071..ea69782 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