From 4a81e416d6ee2e690ae1de82767c2bcbd5d6f45d Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 1 Feb 2011 10:28:05 +0000 Subject: [PATCH] Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures. This fix was accidentially reverted with the 5.0.0 update in r215187. PR: bin/154310 Submitted by: Michael Moll MFC after: 3 days --- lib/liblzma/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h index 0af23f26dd7e..374762c4208e 100644 --- a/lib/liblzma/config.h +++ b/lib/liblzma/config.h @@ -66,7 +66,6 @@ #define SIZEOF_SIZE_T 8 #define STDC_HEADERS 1 #define TUKLIB_CPUCORES_SYSCTL 1 -#define TUKLIB_FAST_UNALIGNED_ACCESS 1 #define TUKLIB_PHYSMEM_SYSCONF 1 #ifndef _ALL_SOURCE # define _ALL_SOURCE 1