From 4bf7d84d74eb0481caeceda2de3bb0acf7e30c79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 7 Dec 2010 16:32:57 -0500 Subject: [PATCH] disable module signing and ABI checks --- kernel-2.6.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index fc9f90906..fac9eb5c7 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -139,10 +139,12 @@ Summary: The Linux kernel %define doc_build_fail true %endif +#### Planet-Lab #### # Control whether we perform a compat. check against published ABI. -%define with_kabichk %{?_without_kabichk: 0} %{?!_without_kabichk: 1} +%define with_kabichk %{?_without_kabichk: 0} %{?!_without_kabichk: 0} # Control whether we perform a compat. check against published ABI. -%define with_fips %{?_without_fips: 0} %{?!_without_fips: 1} +%define with_fips %{?_without_fips: 0} %{?!_without_fips: 0} +#### Planet-Lab #### # Additional options for user-friendly one-off kernel building: # -- 2.43.0