packages: kernel-bare-vserver/kernel-small_fixes.patch (NEW) - fix for auto...
hawk
hawk at pld-linux.org
Fri Apr 29 13:50:09 CEST 2011
Author: hawk Date: Fri Apr 29 11:50:09 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fix for autoconf.h in modpost
---- Files affected:
packages/kernel-bare-vserver:
kernel-small_fixes.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/kernel-bare-vserver/kernel-small_fixes.patch
diff -u /dev/null packages/kernel-bare-vserver/kernel-small_fixes.patch:1.1
--- /dev/null Fri Apr 29 13:50:09 2011
+++ packages/kernel-bare-vserver/kernel-small_fixes.patch Fri Apr 29 13:50:04 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