Author: nbd Date: 2016-02-15 11:53:23 +0100 (Mon, 15 Feb 2016) New Revision: 48720
Modified: trunk/package/devel/perf/Makefile Log: perf: add dependency on !LINUX_3_18 to fix builds Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/devel/perf/Makefile =================================================================== --- trunk/package/devel/perf/Makefile 2016-02-14 12:26:49 UTC (rev 48719) +++ trunk/package/devel/perf/Makefile 2016-02-15 10:53:23 UTC (rev 48720) @@ -25,7 +25,7 @@ define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump + DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump @!LINUX_3_18 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
