From: Felix Fietkau Date: Thu, 7 Jan 2016 21:07:48 +0000 (+0000) Subject: perf: drop @!USE_UCLIBC from depends X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=13ec318ba92a1bd77f226b0005d2cd609b3ab338;p=openwrt-github%2F.git perf: drop @!USE_UCLIBC from depends perf builds fine with uClibc too Signed-off-by: Alexandru Ardelean git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48148 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 3a36a7b98f..97eecd715d 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +objdump + DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org