diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-15 13:25:15 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-15 13:25:15 +0000 |
commit | aed84a50c2ed74cd58c89d64dd0d38923a241c2b (patch) | |
tree | b15735b69a90eee0a104c327f99dd431cadc884f /package/libs | |
parent | 37733160fe67d6750b3356659440712782db5f25 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35607 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/libevent2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile index feb90715e..ea6978285 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 |