Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=830563f575238bbe3584d07a90ea9edb18648f40

commit 830563f575238bbe3584d07a90ea9edb18648f40
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Aug 2 18:44:39 2010 +0200

kernel-2.6.34-2-ppc
*added ppc asm fix
*don't update pkgrel

diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild
index 4717ee8..d00d00a 100644
--- a/source/base/kernel/FrugalBuild
+++ b/source/base/kernel/FrugalBuild
@@ -3,7 +3,7 @@

USE_DEVEL=${USE_DEVEL:-"n"}

-_F_kernel_patches=(CVE-2010-1148.patch)
+_F_kernel_patches=(CVE-2010-1148.patch ppc_asm.diff)

if Fuse $USE_DEVEL; then
# example for a tagged rc release: 2.6.32.rc5
diff --git a/source/base/kernel/ppc_asm.diff b/source/base/kernel/ppc_asm.diff
new file mode 100644
index 0000000..26ecfed
--- /dev/null
+++ b/source/base/kernel/ppc_asm.diff
@@ -0,0 +1,14 @@
+diff --git a/arch/powerpc/include/asm/ptrace.h 
b/arch/powerpc/include/asm/ptrace.h
+index 9e2d84c..441179a 100644
+--- a/arch/powerpc/include/asm/ptrace.h
++++ b/arch/powerpc/include/asm/ptrace.h
+@@ -27,7 +27,9 @@
+ #ifdef __KERNEL__
+ #include <linux/types.h>
+ #else
++#ifndef __ASSEMBLY__
+ #include <stdint.h>
++#endif /* __ASSEMBLY__ */
+ #endif
+
+ #ifndef __ASSEMBLY__
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to