]> git.pld-linux.org Git - packages/em8300.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:
    em8300.spec -> 1.49.2.15

em8300.spec

index c88aa3c1a4ea9b60213bac88edc95ef3e0813eaa..a2052967a433487545180f6802145de827f7f7d4 100644 (file)
@@ -9,20 +9,22 @@
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_with    grsec_kernel    # build for kernel-grsecurity
-#
+
 %ifarch sparc
 # kernel modules won't build on sparc32, no I2C in kernel
 %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                _rel    55
 Summary:       DXR3 and H+ driver
 Summary(pl):   Sterowniki dla DXR3 i H+
This page took 0.093711 seconds and 4 git commands to generate.