diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-03-04 23:23:55 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-03-04 23:23:55 +0000 |
commit | 442b7425c6da3ee6e0a16d65b5458a795dcc47d1 (patch) | |
tree | 3349fe96bd5cf94db21a768ba361dc35fefbf7d6 /userspace/boottest.c | |
parent | 38f44a8c7c3367df45180852ee34d7d0a81b4ed7 (diff) | |
download | src-vendor/xz-embedded.tar.gz src-vendor/xz-embedded.zip |
Import xz-embedded from git.vendor/xz-embedded/6a8a2364434763a033781f6b2a605ace9a021013vendor/xz-embedded
This is from commit hash '6a8a2364434763a033781f6b2a605ace9a021013'.
Notes
Notes:
svn path=/vendor/xz-embedded/dist/; revision=262756
svn path=/vendor/xz-embedded/6a8a2364434763a033781f6b2a605ace9a021013/; revision=262757; tag=vendor/xz-embedded/6a8a2364434763a033781f6b2a605ace9a021013
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 f5bc28261ea6..1aef5ed69d11 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]; |