SPECS (LINUX_2_6): kernel.spec - fixed building without suspend on...
paszczus
paszczus at pld-linux.org
Mon Dec 19 18:24:07 CET 2005
Author: paszczus Date: Mon Dec 19 17:24:07 2005 GMT
Module: SPECS Tag: LINUX_2_6
---- Log message:
- fixed building without suspend on non x86 archs
---- Files affected:
SPECS:
kernel.spec (1.441.2.1351 -> 1.441.2.1352)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1351 SPECS/kernel.spec:1.441.2.1352
--- SPECS/kernel.spec:1.441.2.1351 Mon Dec 19 09:28:31 2005
+++ SPECS/kernel.spec Mon Dec 19 18:24:01 2005
@@ -72,9 +72,11 @@
xen0 conflicts with xenU
%endif
+%if %{with suspend}
%ifnarch %{ix86}
software suspend works only on ix86 platforms
%endif
+%endif
%{?debug:%define with_verbose 1}
@@ -1037,7 +1039,7 @@
%if %{with grsecurity}
cat %{!?with_pax:%{SOURCE90}}%{?with_pax:%{SOURCE91}} >> arch/%{_target_base_arch}/defconfig
%if %{with pax}
- sed -i 's:CONFIG_KALLSYMS=y:# CONFIG_KALLSYMS is not set:' arch/%{_target_base_arch}/defconfig
+ sed -i 's:CONFIG_KALLSYMS=y:# CONFIG_KALLSYMS is not set:' arch/%{_target_base_arch}/defconfig
sed -i 's:CONFIG_KALLSYMS_ALL=y:# CONFIG_KALLSYMS_ALL is not set:' arch/%{_target_base_arch}/defconfig
sed -i 's:CONFIG_KALLSYMS_EXTRA_PASS=y:# CONFIG_KALLSYMS_EXTRA_PASS is not set:' arch/%{_target_base_arch}/defconfig
%endif
@@ -1771,6 +1773,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1352 2005/12/19 17:24:01 paszczus
+- fixed building without suspend on non x86 archs
+
Revision 1.441.2.1351 2005/12/19 08:28:31 cieciwa
- added Software suspend by Cezary Krzyzanowski.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1351&r2=1.441.2.1352&f=u
More information about the pld-cvs-commit
mailing list