aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-02-08 15:05:47 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-02-08 15:05:47 +0000
commit023ee41ce95fae32691d03d9b90adc47b0397611 (patch)
tree5f8fe3593c6427dd3b8908c1de26d2caa2097b21
parentd31e15912ff270f0a7b901c15add8e314a336b54 (diff)
downloadsrc-023ee41ce95fae32691d03d9b90adc47b0397611.tar.gz
src-023ee41ce95fae32691d03d9b90adc47b0397611.zip
MFC r218166:
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 <kvedulv@kvedulv.de> Approved by: re (kensmith)
Notes
Notes: svn path=/releng/8.2/; revision=218445
-rw-r--r--lib/liblzma/config.h1
1 files changed, 0 insertions, 1 deletions
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