aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-12-06 20:27:57 +0000
committerJohn Crispin <blogic@openwrt.org>2014-12-06 20:27:57 +0000
commitc39f0a619dd8b46d04d48a2de6b825375be903c4 (patch)
treec977437012eb168e6114b8a88d53e51ba14841cd /package/devel
parentaee384a70a7fb21180e868ee53415a353d85846a (diff)
downloadmaster-187ad058-c39f0a619dd8b46d04d48a2de6b825375be903c4.tar.gz
master-187ad058-c39f0a619dd8b46d04d48a2de6b825375be903c4.tar.bz2
master-187ad058-c39f0a619dd8b46d04d48a2de6b825375be903c4.zip
perf: this package fails to build for !eglibc
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43531 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile
index 184e51d696..3899b48d82 100644
--- a/package/devel/perf/Makefile
+++ b/package/devel/perf/Makefile
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/perf
SECTION:=devel
CATEGORY:=Development
- DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils
+ DEPENDS:= @USE_EGLIBC +libelf1 +libdw +libpthread +librt +binutils
TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org