From: Thierry Parmentelat Date: Mon, 19 Dec 2011 10:21:34 +0000 (+0100) Subject: patch for f16 where tools/perf breaks because of -Werror X-Git-Tag: linux-2.6-32-28~2 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=b16f97729a1f6202aade386ca1218d37e8d5090c patch for f16 where tools/perf breaks because of -Werror --- 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