X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fdevel%2Fperf%2FMakefile;h=1e874243b31a1c93b8814fed103b93022bc97ec7;hb=0bac113f58eed7a9aac57350096bc20f59d15a65;hp=3899b48d82cbefb5d83278d38c80ebf143570720;hpb=9cddeba3a4eb00e85233f0b8ac84b8e8492822ef;p=openwrt-working-2016%2F.git diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 3899b48d82..1e874243b3 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:= @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 @@ -55,6 +55,7 @@ MAKE_FLAGS = \ LD="$(TARGET_CROSS)ld" \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ + WERROR=0 \ V=1 \ prefix=/usr