packages: kernel/kernel-small_fixes.patch - don't include generated/autocon...

arekm arekm at pld-linux.org
Sun Mar 7 14:30:35 CET 2010


Author: arekm                        Date: Sun Mar  7 13:30:35 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't include generated/autoconf.h - external modules don't build with this and our architectures don't use CONFIG_SYMBOL_PREFIX feature

---- Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.8 packages/kernel/kernel-small_fixes.patch:1.9
--- packages/kernel/kernel-small_fixes.patch:1.8	Sat Dec  5 00:27:40 2009
+++ packages/kernel/kernel-small_fixes.patch	Sun Mar  7 14:30:30 2010
@@ -65,3 +65,15 @@
  	default y
  
  source "drivers/infiniband/hw/mthca/Kconfig"
+--- linux-2.6.33/scripts/mod/modpost.c~	2010-02-24 19:52:17.000000000 +0100
++++ linux-2.6.33/scripts/mod/modpost.c	2010-03-07 14:26:47.242168558 +0100
+@@ -15,7 +15,8 @@
+ #include <stdio.h>
+ #include <ctype.h>
+ #include "modpost.h"
+-#include "../../include/generated/autoconf.h"
++// PLD architectures don't use CONFIG_SYMBOL_PREFIX
++//#include "../../include/generated/autoconf.h"
+ #include "../../include/linux/license.h"
+ 
+ /* Some toolchains use a `_' prefix for all user symbols. */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-small_fixes.patch?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list