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

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