From: S.Çağlar Onur Date: Tue, 7 Dec 2010 21:35:34 +0000 (-0500) Subject: disable module signing and ABI checks X-Git-Tag: linux-2.6-32-1~5 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=66897e9331e007932c6d3a5f96675d38bd6deb32 disable module signing and ABI checks --- 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: