packages: some (e)glibc fixes after r44701

Signed-off-by: Nicolas Thill <nico@openwrt.org>

SVN-Revision: 44842
This commit is contained in:
Nicolas Thill
2015-03-16 12:25:06 +00:00
parent 81e51681e7
commit 4b382a440b
11 changed files with 15 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/perf
SECTION:=devel
CATEGORY:=Development
DEPENDS:= @USE_EGLIBC +libelf1 +libdw +libpthread +librt +binutils
DEPENDS:= @USE_GLIBC +libelf1 +libdw +libpthread +librt +binutils
TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org