From f3818a927d511984852fa6a573bc15811b65cc78 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 24 Jan 2012 12:25:51 -0500 Subject: [PATCH] Fix build issue on F16 --- kernel-2.6.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 8b8b7612a..b0215f994 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -1117,8 +1117,9 @@ BuildKernel() { %endif #### Planet-Lab #### - # -Werror breaks F14 builds + # -Werror breaks F14+ builds sed -i -e "s:-Wno-array-bounds -Werror:-Wno-array-bounds:g" Makefile + sed -i -e "s: -Werror::g" tools/perf/Makefile #### Planet-Lab #### # and now to start the build process -- 2.43.0