From b16f97729a1f6202aade386ca1218d37e8d5090c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 19 Dec 2011 11:21:34 +0100 Subject: [PATCH] patch for f16 where tools/perf breaks because of -Werror --- kernel-2.6.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index ec0d5b1ae..827f7861e 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -1142,6 +1142,11 @@ BuildKernel() { sed -i -e "s:-Wno-array-bounds -Werror:-Wno-array-bounds:g" Makefile #### Planet-Lab #### + #### Planet-Lab #### + # -Werror breaks F16 builds in tools/perf + sed -i -e "s: -Werror : :g" tools/perf/Makefile + #### Planet-Lab #### + # and now to start the build process make -s mrproper -- 2.43.0