Author: hawk Date: Thu Jun 14 06:58:49 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - fix for PPC failing when compiling Intel network drivers
---- Files affected: SPECS: kernel-vanilla.spec (1.43.2.6 -> 1.43.2.7) ---- Diffs: ================================================================ Index: SPECS/kernel-vanilla.spec diff -u SPECS/kernel-vanilla.spec:1.43.2.6 SPECS/kernel-vanilla.spec:1.43.2.7 --- SPECS/kernel-vanilla.spec:1.43.2.6 Tue Jun 12 08:53:03 2007 +++ SPECS/kernel-vanilla.spec Thu Jun 14 08:58:44 2007 @@ -122,6 +122,9 @@ Source41: kernel-vanilla-no-preempt-nort.config Source42: kernel-vanilla-netfilter.config +# build fix for intel network drivers for PPC +Patch0: linux-2.6-ppc-ICE-hacks.patch + URL: http://www.kernel.org/ BuildRequires: binutils >= 3:2.14.90.0.7 %ifarch sparc sparc64 @@ -591,6 +594,10 @@ %{__bzip2} -dc %{SOURCE10} | %{__patch} -p1 -s %endif +%ifarch ppc ppc64 +%patch200 -p1 +%endif + # Fix EXTRAVERSION in main Makefile sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}_%{alt_kernel}#g' Makefile @@ -1308,6 +1315,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43.2.7 2007/06/14 06:58:44 hawk +- fix for PPC failing when compiling Intel network drivers + Revision 1.43.2.6 2007/06/12 06:53:03 hawk - updated to 2.6.21.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel-vanilla.spec?r1=1.43.2.6&r2=1.43.2.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
