SPECS (LINUX_2_6): kernel.spec - disable pcmcia when building without pcmci...
sparky
sparky at pld-linux.org
Mon Sep 29 01:31:29 CEST 2008
Author: sparky Date: Sun Sep 28 23:31:29 2008 GMT
Module: SPECS Tag: LINUX_2_6
---- Log message:
- disable pcmcia when building without pcmcia, duh!
---- Files affected:
SPECS:
kernel.spec (1.441.2.1971 -> 1.441.2.1972)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1971 SPECS/kernel.spec:1.441.2.1972
--- SPECS/kernel.spec:1.441.2.1971 Sun Sep 28 16:40:32 2008
+++ SPECS/kernel.spec Mon Sep 29 01:31:22 2008
@@ -1062,6 +1062,10 @@
%endif
%endif
+%if %{without pcmcia}
+ CONFIG_PCMCIA=n
+%endif
+
%if %{with fbcondecor}
CONFIG_FB_S3=n
CONFIG_FB_VT8623=n
@@ -1659,6 +1663,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1972 2008/09/28 23:31:22 sparky
+- disable pcmcia when building without pcmcia, duh!
+
Revision 1.441.2.1971 2008/09/28 14:40:32 sparky
- when building with debug die if script found any redefined values
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.441.2.1971&r2=1.441.2.1972&f=u
More information about the pld-cvs-commit
mailing list