summaryrefslogtreecommitdiff
path: root/userspace/boottest.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-03-04 23:23:55 +0000
committerXin LI <delphij@FreeBSD.org>2014-03-04 23:23:55 +0000
commit442b7425c6da3ee6e0a16d65b5458a795dcc47d1 (patch)
tree3349fe96bd5cf94db21a768ba361dc35fefbf7d6 /userspace/boottest.c
parent38f44a8c7c3367df45180852ee34d7d0a81b4ed7 (diff)
Notes
Diffstat (limited to 'userspace/boottest.c')
-rw-r--r--userspace/boottest.c3
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];