Author: nbd Date: 2016-01-07 22:07:48 +0100 (Thu, 07 Jan 2016) New Revision: 48148
Modified: trunk/package/devel/perf/Makefile Log: perf: drop @!USE_UCLIBC from depends perf builds fine with uClibc too Signed-off-by: Alexandru Ardelean <[email protected]> Modified: trunk/package/devel/perf/Makefile =================================================================== --- trunk/package/devel/perf/Makefile 2016-01-06 18:39:13 UTC (rev 48147) +++ trunk/package/devel/perf/Makefile 2016-01-07 21:07:48 UTC (rev 48148) @@ -25,7 +25,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
