]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- add grsec_kernel bcond
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Oct 2007 02:33:49 +0000 (02:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.90

qemu.spec

index 5ca41c05ac8e5184435d2e878d73bfadf0f7d501..e02f54515f0bbdb94c87d97c43ebb137c3e1368d 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 %bcond_without dist_kernel             # without distribution kernel
 %bcond_without kernel                  # build kqemu KERNEL MODULES
 %bcond_without userspace               # don't build userspace
+%bcond_with    grsec_kernel    # build for kernel-grsecurity
 #
+%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
+%define        alt_kernel      grsecurity
+%endif
 
 # no kqemu for ppc
 %ifarch ppc
This page took 0.153779 seconds and 4 git commands to generate.