disable module signing and ABI checks
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 7 Dec 2010 21:35:34 +0000 (16:35 -0500)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 7 Dec 2010 21:35:34 +0000 (16:35 -0500)
kernel-2.6.spec

index fac9eb5..6643147 100644 (file)
@@ -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: