diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-15 13:25:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-15 13:25:15 +0000 |
commit | 81fa18329e2d7f096e4f55228e6e1e826a78b6dd (patch) | |
tree | b15735b69a90eee0a104c327f99dd431cadc884f /package/libs/libevent2 | |
parent | 7aa96e138d68f8259fad816f2833d598b52ddfb3 (diff) | |
download | upstream-81fa18329e2d7f096e4f55228e6e1e826a78b6dd.tar.gz upstream-81fa18329e2d7f096e4f55228e6e1e826a78b6dd.tar.bz2 upstream-81fa18329e2d7f096e4f55228e6e1e826a78b6dd.zip |
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/libevent2')
-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 feb90715e1..ea69782854 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 |