]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- reverted, kqemu bcond is for application support
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 26 Jan 2007 10:22:54 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- kernel module is what is restricted

Changed files:
    qemu.spec -> 1.77

qemu.spec

index 4c7a70299cd168f54b8bb9d4ec97ae80809520b5..106129c9fb73d640a3707c61fd9075a232af774b 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,19 +1,19 @@
 #
 # TODO:
 # - wait till the gcc bug http://gcc.gnu.org/PR16185 is fixed.
-# - kqemu module could be distributable if somebody bothers to contact qemu
+# - kqemu MODULE could be distributable if somebody bothers to contact qemu
 #   author http://fabrice.bellard.free.fr/qemu/qemu-accel.html
 #   (but only in source form as distribution of linked module would be
 #    violation of GPL)
 #
 # Conditional build:
-%bcond_with    kqemu                   # disable QEMU accelerator support
+%bcond_without kqemu                   # disable QEMU ACCELERATOR support
 %bcond_with    cflags_passing          # with passing rpmcflags to Makefiles
 %bcond_with    nosdlgui                # do not use SDL gui (use X11 instead)
 # Note that gcc4 build is very problematic and not supported by qemu team
 %bcond_with    gcc4                    # use gcc4 patches (broke build on gcc33)
 %bcond_without dist_kernel             # without distribution kernel
-%bcond_with    kernel                  # build kqemu kernel modules (see License)
+%bcond_with    kernel                  # build kqemu KERNEL MODULES (see License)
 %bcond_without smp                     # don't build SMP module
 %bcond_without userspace               # don't build userspace utilities
 #
This page took 0.036426 seconds and 4 git commands to generate.