perf: drop @!USE_UCLIBC from depends
authorFelix Fietkau <nbd@openwrt.org>
Thu, 7 Jan 2016 21:07:48 +0000 (21:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 7 Jan 2016 21:07:48 +0000 (21:07 +0000)
perf builds fine with uClibc too

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 48148

package/devel/perf/Makefile

index 3a36a7b98f7e4b0dcda96c6c3481cecfc91cd387..97eecd715d1c2bff7c783f6e330566406f469a03 100644 (file)
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/perf
   SECTION:=devel
   CATEGORY:=Development
 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
   TITLE:=Linux performance monitoring tool
   VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
   URL:=http://www.kernel.org