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
This commit is contained in:
parent
2cf1a8d73f
commit
f209bf0eb6
|
@ -29,7 +29,6 @@ define Package/libevent2/Default
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Event notification
|
TITLE:=Event notification
|
||||||
URL:=http://www.monkey.org/~provos/libevent/
|
URL:=http://www.monkey.org/~provos/libevent/
|
||||||
DEPENDS:=+USE_EGLIBC:librt
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libevent2/Default/description
|
define Package/libevent2/Default/description
|
||||||
|
|
Loading…
Reference in New Issue