summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers/patches/3.9.9/microperl.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-10 11:53:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-10 11:53:14 +0200
commit6284d31d422bd34a95d1f9797a9b3a5f791a6cfd (patch)
tree81abf75125083a8b7e454bcc571e72d4e40f181e /toolchain/kernel-headers/patches/3.9.9/microperl.patch
parent86f7be71c19f941d6f810010f18fb76c478f5aef (diff)
parent82949d243f9451a8495609995a8a71a2a153ac08 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/kernel-headers/patches/3.9.9/microperl.patch')
-rw-r--r--toolchain/kernel-headers/patches/3.9.9/microperl.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/toolchain/kernel-headers/patches/3.9.9/microperl.patch b/toolchain/kernel-headers/patches/3.9.9/microperl.patch
new file mode 100644
index 000000000..44c39f6e8
--- /dev/null
+++ b/toolchain/kernel-headers/patches/3.9.9/microperl.patch
@@ -0,0 +1,24 @@
+diff -Nur linux-3.4.2.orig/scripts/headers_check.pl linux-3.4.2/scripts/headers_check.pl
+--- linux-3.4.2.orig/scripts/headers_check.pl 2012-06-09 17:36:33.000000000 +0200
++++ linux-3.4.2/scripts/headers_check.pl 2012-06-15 12:45:43.000000000 +0200
+@@ -18,7 +18,7 @@
+ #
+ # 3) Check for leaked CONFIG_ symbols
+
+-use strict;
++#use strict;
+ use File::Basename;
+
+ my ($dir, $arch, @files) = @ARGV;
+diff -Nur linux-3.4.2.orig/scripts/headers_install.pl linux-3.4.2/scripts/headers_install.pl
+--- linux-3.4.2.orig/scripts/headers_install.pl 2012-06-09 17:36:33.000000000 +0200
++++ linux-3.4.2/scripts/headers_install.pl 2012-06-15 12:45:11.000000000 +0200
+@@ -16,7 +16,7 @@
+ # 2) Drop include of compiler.h
+ # 3) Drop all sections defined out by __KERNEL__ (using unifdef)
+
+-use strict;
++#use strict;
+
+ my ($readdir, $installdir, $arch, @files) = @ARGV;
+