packages: kernel-vanilla/kernel-vanilla-small_fixes.patch (NEW) - autoconf....

hawk hawk at pld-linux.org
Thu Apr 28 20:35:10 CEST 2011


Author: hawk                         Date: Thu Apr 28 18:35:10 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- autoconf.h fix for modpost

---- Files affected:
packages/kernel-vanilla:
   kernel-vanilla-small_fixes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kernel-vanilla/kernel-vanilla-small_fixes.patch
diff -u /dev/null packages/kernel-vanilla/kernel-vanilla-small_fixes.patch:1.1
--- /dev/null	Thu Apr 28 20:35:10 2011
+++ packages/kernel-vanilla/kernel-vanilla-small_fixes.patch	Thu Apr 28 20:35:05 2011
@@ -0,0 +1,12 @@
+--- linux-2.6.36/scripts/mod/modpost.c.orig	2010-10-20 22:30:22.000000000 +0200
++++ linux-2.6.36/scripts/mod/modpost.c	2010-10-25 12:22:49.053556168 +0200
+@@ -16,7 +16,8 @@
+ #include <ctype.h>
+ #include <string.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. */
================================================================


More information about the pld-cvs-commit mailing list