Author: blogic Date: 2014-12-06 21:27:57 +0100 (Sat, 06 Dec 2014) New Revision: 43531
Modified: trunk/package/devel/perf/Makefile Log: perf: this package fails to build for !eglibc Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/devel/perf/Makefile =================================================================== --- trunk/package/devel/perf/Makefile 2014-12-05 16:46:55 UTC (rev 43530) +++ trunk/package/devel/perf/Makefile 2014-12-06 20:27:57 UTC (rev 43531) @@ -19,7 +19,7 @@ define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils + DEPENDS:= @USE_EGLIBC +libelf1 +libdw +libpthread +librt +binutils 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
