]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- allow only userspace build
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Mar 2007 09:13:06 +0000 (09:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.84

qemu.spec

index 126873c78ca8e897fcf897dca16e2a0a055401ff..3342a1b241b9cd59c52252e8f83711cad59302b2 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -129,10 +129,12 @@ kqemu - SMP kernel module.
 kqemu - moduł jądra SMP.
 
 %prep
+%if %{with kernel}
 %if %{with dist_kernel} && %{without up} && %{without smp}
 %{error:%{name}: If building kernel module You need to enable at least one of up or smp}
 exit 1
 %endif
+%endif
 
 %setup -q %{?with_kernel:-a1}
 %patch0 -p1
This page took 0.029162 seconds and 4 git commands to generate.