perf: this package fails to build for !eglibc
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43531
This commit is contained in:
parent
9bec9b86af
commit
f57b53e3b0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/perf
|
define Package/perf
|
||||||
SECTION:=devel
|
SECTION:=devel
|
||||||
CATEGORY:=Development
|
CATEGORY:=Development
|
||||||
DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils
|
DEPENDS:= @USE_EGLIBC +libelf1 +libdw +libpthread +librt +binutils
|
||||||
TITLE:=Linux performance monitoring tool
|
TITLE:=Linux performance monitoring tool
|
||||||
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
|
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
|
||||||
URL:=http://www.kernel.org
|
URL:=http://www.kernel.org
|
||||||
|
|
Loading…
Reference in a new issue