[kernel/f13/user/steved/pnfs-13: 43/49] set the kernel flags

Steve Dickson steved at fedoraproject.org
Wed Sep 29 21:56:43 UTC 2010


commit 93be1cd0134bac1b112038c2c6376d69e4511197
Author: Steve Dickson <steved at redhat.com>
Date:   Tue Aug 24 15:13:05 2010 -0400

    set the kernel flags
    
    --with firmware
    --with debuginfo
    --without vdso_install
    --without debug
    --without headers
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 kernel.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 2a47977..f3e776e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -101,23 +101,23 @@ Summary: The Linux kernel
 # kernel-smp (only valid for ppc 32-bit)
 %define with_smp       %{?_without_smp:       0} %{?!_without_smp:       1}
 # kernel-debug
-%define with_debug     %{?_without_debug:     0} %{?!_without_debug:     1}
+%define with_debug     %{?_without_debug:     0} %{?!_without_debug:     0}
 # kernel-doc
-%define with_doc       %{?_without_doc:       0} %{?!_without_doc:       1}
+%define with_doc       %{?_without_doc:       0} %{?!_without_doc:       0}
 # kernel-headers
-%define with_headers   %{?_without_headers:   0} %{?!_without_headers:   1}
+%define with_headers   %{?_without_headers:   0} %{?!_without_headers:   0}
 # kernel-firmware
 %define with_firmware  %{?_with_firmware:     1} %{?!_with_firmware:     1}
 # tools/perf
-%define with_perftool  %{?_without_perftool:  0} %{?!_without_perftool:  1}
+%define with_perftool  %{?_without_perftool:  0} %{?!_without_perftool:  0}
 # perf noarch subpkg
-%define with_perf      %{?_without_perf:      0} %{?!_without_perf:      1}
+%define with_perf      %{?_without_perf:      0} %{?!_without_perf:      0}
 # kernel-debuginfo
-%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1}
+%define with_debuginfo %{?_without_debuginfo: 1} %{?!_without_debuginfo: 1}
 # kernel-bootwrapper (for creating zImages from kernel + initrd)
 %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
 # Want to build a the vsdo directories installed
-%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1}
+%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 0}
 
 # Build the kernel-doc package, but don't fail the build if it botches.
 # Here "true" means "continue" and "false" means "fail the build".


More information about the scm-commits mailing list