From ada81d8d7d181f60c248bb7f948a2a4ee52e0362 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 9 Aug 2011 17:27:16 -0400 Subject: [PATCH] f8 build fix --- linux-2.6-911-perftools-f8-build.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 linux-2.6-911-perftools-f8-build.patch diff --git a/linux-2.6-911-perftools-f8-build.patch b/linux-2.6-911-perftools-f8-build.patch new file mode 100644 index 000000000..378af05ca --- /dev/null +++ b/linux-2.6-911-perftools-f8-build.patch @@ -0,0 +1,12 @@ +diff -up linux-2.6.32-22.planetlab.i686/tools/perf/Makefile.orig linux-2.6.32-22.planetlab.i686/tools/perf/Makefile +--- linux-2.6.32-22.planetlab.i686/tools/perf/Makefile.orig 2011-07-21 10:27:04.816021371 -0400 ++++ linux-2.6.32-22.planetlab.i686/tools/perf/Makefile 2011-07-21 10:27:16.325140524 -0400 +@@ -219,7 +219,7 @@ EXTRA_WARNINGS := $(EXTRA_WARNINGS) -Wde + # + + LESS_WARNINGS := -Wno-system-headers +-LESS_WARNINGS := $(LESS_WARNINGS) -Wno-unused-but-set-variable ++LESS_WARNINGS := $(LESS_WARNINGS) #-Wno-unused-but-set-variable + + ifeq ("$(origin DEBUG)", "command line") + PERF_DEBUG = $(DEBUG) -- 2.43.0