]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- undefine kernel and kqemu later, allowing userspace being disabled if alt kernel...
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 29 Jan 2008 11:26:31 +0000 (11:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.85.2.29

qemu.spec

index 89ac8dc467d68f863497c0a4d309ced2cd9af55c..8c34e63f4ac64f2d2f1d2ae35720ed52e5f97547 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 %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
+
+# no kernel kqemu module for ppc
+%ifarch ppc
+%undefine      with_kqemu
+%undefine      with_kernel
+%endif
+
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine      with_userspace
 %endif
This page took 0.032743 seconds and 4 git commands to generate.