microperl.patch 853 B

123456789101112131415161718192021222324
  1. diff -Nur linux-3.4.2.orig/scripts/headers_check.pl linux-3.4.2/scripts/headers_check.pl
  2. --- linux-3.4.2.orig/scripts/headers_check.pl 2012-06-09 17:36:33.000000000 +0200
  3. +++ linux-3.4.2/scripts/headers_check.pl 2012-06-15 12:45:43.000000000 +0200
  4. @@ -18,7 +18,7 @@
  5. #
  6. # 3) Check for leaked CONFIG_ symbols
  7. -use strict;
  8. +#use strict;
  9. use File::Basename;
  10. my ($dir, $arch, @files) = @ARGV;
  11. diff -Nur linux-3.4.2.orig/scripts/headers_install.pl linux-3.4.2/scripts/headers_install.pl
  12. --- linux-3.4.2.orig/scripts/headers_install.pl 2012-06-09 17:36:33.000000000 +0200
  13. +++ linux-3.4.2/scripts/headers_install.pl 2012-06-15 12:45:11.000000000 +0200
  14. @@ -16,7 +16,7 @@
  15. # 2) Drop include of compiler.h
  16. # 3) Drop all sections defined out by __KERNEL__ (using unifdef)
  17. -use strict;
  18. +#use strict;
  19. my ($readdir, $installdir, $arch, @files) = @ARGV;