SPECS (AC-branch): em8300.spec - undefine kernel later, allowing u...

glen glen at pld-linux.org
Wed Jan 30 12:36:17 CET 2008


Author: glen                         Date: Wed Jan 30 11:36:17 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- undefine kernel later, allowing userspace being disabled if alt kernel was wanted

---- Files affected:
SPECS:
   em8300.spec (1.49.2.23 -> 1.49.2.24) 

---- Diffs:

================================================================
Index: SPECS/em8300.spec
diff -u SPECS/em8300.spec:1.49.2.23 SPECS/em8300.spec:1.49.2.24
--- SPECS/em8300.spec:1.49.2.23	Mon Jan 28 10:33:20 2008
+++ SPECS/em8300.spec	Wed Jan 30 12:36:11 2008
@@ -11,17 +11,18 @@
 %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
@@ -281,6 +282,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49.2.24  2008-01-30 11:36:11  glen
+- undefine kernel later, allowing userspace being disabled if alt kernel was wanted
+
 Revision 1.49.2.23  2008-01-28 09:33:20  glen
 - rel 60 (kernel-2.6.16.60-1)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/em8300.spec?r1=1.49.2.23&r2=1.49.2.24&f=u



More information about the pld-cvs-commit mailing list