061-arm_xz_decompressor_build_fix.patch 327 B

12345678910
  1. --- a/arch/arm/boot/compressed/decompress.c
  2. +++ b/arch/arm/boot/compressed/decompress.c
  3. @@ -48,6 +48,7 @@ extern char * strstr(const char * s1, co
  4. #ifdef CONFIG_KERNEL_XZ
  5. #define memmove memmove
  6. #define memcpy memcpy
  7. +extern char * strstr(const char *, const char *);
  8. #include "../../../../lib/decompress_unxz.c"
  9. #endif