[OpenWrt-Devel] [PATCH] perf: drop @!USE_UCLIBC from depends

Alexandru Ardelean ardeleanalex at gmail.com
Thu Jan 7 05:12:13 EST 2016


perf builds fine with uClibc too

Signed-off-by: Alexandru Ardelean <ardeleanalex at gmail.com>
---
 package/devel/perf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile
index 3a36a7b..97eecd7 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
-- 
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list