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