SPECS (LINUX_2_6_20): kernel.spec - hack against warning in pax/gr...
zbyniu
zbyniu at pld-linux.org
Sun Apr 15 20:16:02 CEST 2007
Author: zbyniu Date: Sun Apr 15 18:16:02 2007 GMT
Module: SPECS Tag: LINUX_2_6_20
---- Log message:
- hack against warning in pax/grsec on alpha; status updated
---- Files affected:
SPECS:
kernel.spec (1.441.2.1698.2.103 -> 1.441.2.1698.2.104)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1698.2.103 SPECS/kernel.spec:1.441.2.1698.2.104
--- SPECS/kernel.spec:1.441.2.1698.2.103 Thu Apr 12 21:35:52 2007
+++ SPECS/kernel.spec Sun Apr 15 20:15:56 2007
@@ -2,13 +2,11 @@
#
# STATUS: 2.6.20.6-2
# - standard config includes vserver, suspend2 and grsec_minimal
-# - builds on i686 (custom Ac & Th - 2.6.20.4-1)
-# - builds on x86_64 (carme)
-# - builds on ppc (last build on Th - 2.6.20.4-1)
+# - builds (alpha, i686, ppc, sparc64, x86_64)
# - builds --with vesafb_tng (i686)
# - builds --with pax_full (i686, x86_64, ppc)
# - builds --with pax (carme)
-# - builds --with grsec_full (i686, x86_64, ppc)
+# - builds --with grsec_full (alpha, i486, i686, ppc, sparc64, x86_64)
#
# TODO 2.6.20.6
# - test non default bconds for 2.6.20.6 (esp. fb related for i386)
@@ -775,6 +773,11 @@
%prep
%setup -q -n linux-%{_basever}%{_rc} %{?with_abi:-a14}
+# hack against warning in pax/grsec
+%ifarch alpha
+sed -i 's/-Werror//' arch/alpha/kernel/Makefile
+%endif
+
%ifarch ppc
install %{SOURCE5} Makefile.ppclibs
%endif
@@ -1697,6 +1700,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1698.2.104 2007/04/15 18:15:56 zbyniu
+- hack against warning in pax/grsec on alpha; status updated
+
Revision 1.441.2.1698.2.103 2007/04/12 19:35:52 zbyniu
- patch against warnings; status updated
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1698.2.103&r2=1.441.2.1698.2.104&f=u
More information about the pld-cvs-commit
mailing list