svn commit: r218317 - stable/8/lib/liblzma
Martin Matuska
mm at FreeBSD.org
Sat Feb 5 11:32:54 UTC 2011
Author: mm
Date: Sat Feb 5 11:32:53 2011
New Revision: 218317
URL: http://svn.freebsd.org/changeset/base/218317
Log:
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 at kvedulv.de>
Modified:
stable/8/lib/liblzma/config.h
Directory Properties:
stable/8/lib/liblzma/ (props changed)
Modified: stable/8/lib/liblzma/config.h
==============================================================================
--- stable/8/lib/liblzma/config.h Sat Feb 5 11:12:11 2011 (r218316)
+++ stable/8/lib/liblzma/config.h Sat Feb 5 11:32:53 2011 (r218317)
@@ -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
More information about the svn-src-stable-8
mailing list