]> git.pld-linux.org Git - packages/em8300.git/commitdiff
- undefine kernel later, allowing userspace being disabled if alt kernel was wanted
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 30 Jan 2008 11:36:11 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    em8300.spec -> 1.49.2.24

em8300.spec

index f3d81e14e52c776fffc8abbaa84cfbcceadd4b67..b9f59587af6cfbc5cfb8dfdef5e0091a2e2e0a64 100644 (file)
 %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}
+%if %{with dist_kernel} && %{with grsec_kernel}
 %define        alt_kernel      grsecurity
 %endif
+
+%ifarch sparc
+# kernel modules won't build on sparc32, no I2C in kernel
+%undefine      with_kernel
+%endif
+
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine      with_userspace
 %endif
This page took 0.124722 seconds and 4 git commands to generate.