]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- disable userspace for alt kernel
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Oct 2007 20:41:53 +0000 (20:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.85.2.19

qemu.spec

index b4fe8e14d27c2f820d98b659255bd7fbf53dc9fa..020bbf5c3c44272bcd2f901d5c2c6ae0163b65cc 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 %bcond_without smp                     # don't build SMP module
 %bcond_without userspace               # don't build userspace utilities
 %bcond_with    grsec_kernel    # build for kernel-grsecurity
-#
+
 # no kernel kqemu module for ppc
 %ifarch ppc
 %undefine      with_kqemu
 %undefine      with_kernel
 %endif
-#
+
 %if %{without kernel}
 %undefine      with_dist_kernel
 %endif
-#
 %if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
 %define        alt_kernel      grsecurity
 %endif
+%if "%{_alt_kernel}" != "%{nil}"
+%undefine      with_userspace
+%endif
 
 %define        _kqemu_version  1.3.0pre11
 %define                _rel    55
This page took 0.037961 seconds and 4 git commands to generate.