diff options
Diffstat (limited to 'userspace/boottest.c')
-rw-r--r-- | userspace/boottest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/userspace/boottest.c b/userspace/boottest.c index f5bc28261ea65..1aef5ed69d114 100644 --- a/userspace/boottest.c +++ b/userspace/boottest.c @@ -19,6 +19,9 @@ static void error(/*const*/ char *msg) fprintf(stderr, "%s\n", msg); } +/* Disable the CRC64 support even if it was enabled in the Makefile. */ +#undef XZ_USE_CRC64 + #include "../linux/lib/decompress_unxz.c" static uint8_t in[1024 * 1024]; |